summaryrefslogtreecommitdiffstats
path: root/screen_ui.h
diff options
context:
space:
mode:
authorPrashant Malani <pmalani@google.com>2016-03-09 19:16:34 +0100
committerandroid-build-merger <android-build-merger@google.com>2016-03-09 19:16:34 +0100
commitfa623c60d472340c46e63603ce8f1b192f332e15 (patch)
tree4af03ebbb1cb258c15842713b9d9ba2c1f0e4085 /screen_ui.h
parentMerge "applypatch: add -fPIC for libimgpatch in Chrome OS." (diff)
parentrecovery: More refactoring of WearUI (diff)
downloadandroid_bootable_recovery-fa623c60d472340c46e63603ce8f1b192f332e15.tar
android_bootable_recovery-fa623c60d472340c46e63603ce8f1b192f332e15.tar.gz
android_bootable_recovery-fa623c60d472340c46e63603ce8f1b192f332e15.tar.bz2
android_bootable_recovery-fa623c60d472340c46e63603ce8f1b192f332e15.tar.lz
android_bootable_recovery-fa623c60d472340c46e63603ce8f1b192f332e15.tar.xz
android_bootable_recovery-fa623c60d472340c46e63603ce8f1b192f332e15.tar.zst
android_bootable_recovery-fa623c60d472340c46e63603ce8f1b192f332e15.zip
Diffstat (limited to 'screen_ui.h')
-rw-r--r--screen_ui.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/screen_ui.h b/screen_ui.h
index 08a5f44a9..386deac2d 100644
--- a/screen_ui.h
+++ b/screen_ui.h
@@ -68,7 +68,6 @@ class ScreenRecoveryUI : public RecoveryUI {
void SetColor(UIElement e);
private:
- Icon currentIcon;
int installingFrame;
const char* locale;
bool rtl_locale;
@@ -139,6 +138,8 @@ class ScreenRecoveryUI : public RecoveryUI {
void LoadBitmap(const char* filename, GRSurface** surface);
void LoadBitmapArray(const char* filename, int* frames, int* fps, GRSurface*** surface);
void LoadLocalizedBitmap(const char* filename, GRSurface** surface);
+ protected:
+ Icon currentIcon;
};
#endif // RECOVERY_UI_H