diff options
author | Doug Zongker <dougz@android.com> | 2013-07-31 20:28:24 +0200 |
---|---|---|
committer | Doug Zongker <dougz@android.com> | 2013-07-31 20:35:12 +0200 |
commit | c0441d171914e59941ec4f815ae0aabf56d6504f (patch) | |
tree | 2382931433409feae532e7a7fb4ac05016336196 /screen_ui.h | |
parent | Merge "start healthd in recovery" (diff) | |
download | android_bootable_recovery-c0441d171914e59941ec4f815ae0aabf56d6504f.tar android_bootable_recovery-c0441d171914e59941ec4f815ae0aabf56d6504f.tar.gz android_bootable_recovery-c0441d171914e59941ec4f815ae0aabf56d6504f.tar.bz2 android_bootable_recovery-c0441d171914e59941ec4f815ae0aabf56d6504f.tar.lz android_bootable_recovery-c0441d171914e59941ec4f815ae0aabf56d6504f.tar.xz android_bootable_recovery-c0441d171914e59941ec4f815ae0aabf56d6504f.tar.zst android_bootable_recovery-c0441d171914e59941ec4f815ae0aabf56d6504f.zip |
Diffstat (limited to '')
-rw-r--r-- | screen_ui.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/screen_ui.h b/screen_ui.h index fe0de46e8..0bd220f74 100644 --- a/screen_ui.h +++ b/screen_ui.h @@ -53,6 +53,11 @@ class ScreenRecoveryUI : public RecoveryUI { int SelectMenu(int sel); void EndMenu(); + void Redraw(); + + enum UIElement { HEADER, MENU, MENU_SEL_BG, MENU_SEL_FG, LOG, TEXT_FILL }; + virtual void SetColor(UIElement e); + private: Icon currentIcon; int installingFrame; |