summaryrefslogtreecommitdiffstats
path: root/screen_ui.h
diff options
context:
space:
mode:
authorPrashant Malani <pmalani@google.com>2016-03-09 19:20:31 +0100
committerandroid-build-merger <android-build-merger@google.com>2016-03-09 19:20:31 +0100
commit63ccf7c4dc173a9cb5d2301d3416401a3ce79174 (patch)
treedc76c402fd04ee56a9e09a4d26fc1861e5cf2506 /screen_ui.h
parentMerge "applypatch: add -fPIC for libimgpatch in Chrome OS." am: 5593342575 (diff)
parentrecovery: More refactoring of WearUI (diff)
downloadandroid_bootable_recovery-63ccf7c4dc173a9cb5d2301d3416401a3ce79174.tar
android_bootable_recovery-63ccf7c4dc173a9cb5d2301d3416401a3ce79174.tar.gz
android_bootable_recovery-63ccf7c4dc173a9cb5d2301d3416401a3ce79174.tar.bz2
android_bootable_recovery-63ccf7c4dc173a9cb5d2301d3416401a3ce79174.tar.lz
android_bootable_recovery-63ccf7c4dc173a9cb5d2301d3416401a3ce79174.tar.xz
android_bootable_recovery-63ccf7c4dc173a9cb5d2301d3416401a3ce79174.tar.zst
android_bootable_recovery-63ccf7c4dc173a9cb5d2301d3416401a3ce79174.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