From 1c7b2230d8aac9f064f68c48b6aa26aca000cc9d Mon Sep 17 00:00:00 2001 From: Prashant Malani Date: Tue, 8 Mar 2016 15:23:51 -0800 Subject: recovery: More refactoring of WearUI This patch performs the following modifications: - Remove setBackground function, and currentIcon member variable. - Remove common Progress*, Redraw and EndMenu functions. Bug: 27407422 Change-Id: Ic3c0e16b67941484c3bc1d04c9b61288e8896808 Signed-off-by: Prashant Malani --- screen_ui.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'screen_ui.cpp') diff --git a/screen_ui.cpp b/screen_ui.cpp index 522aa6b23..dc596314c 100644 --- a/screen_ui.cpp +++ b/screen_ui.cpp @@ -51,7 +51,6 @@ static double now() { } ScreenRecoveryUI::ScreenRecoveryUI() : - currentIcon(NONE), installingFrame(0), locale(nullptr), rtl_locale(false), @@ -76,7 +75,8 @@ ScreenRecoveryUI::ScreenRecoveryUI() : animation_fps(-1), installing_frames(-1), stage(-1), - max_stage(-1) { + max_stage(-1), + currentIcon(NONE) { for (int i = 0; i < 5; i++) { backgroundIcon[i] = nullptr; -- cgit v1.2.3