summaryrefslogtreecommitdiffstats
path: root/screen_ui.h
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-04-10 22:32:34 +0200
committerAndroid Git Automerger <android-git-automerger@android.com>2015-04-10 22:32:34 +0200
commit9b0ebf992e01960db42ab7debf02bb25b372c734 (patch)
tree7e8d33676678e2240d5368fca8465712b24285cd /screen_ui.h
parentam 6b0dd1d7: Merge "Move "Mount /system" to the main menu." (diff)
parentMerge "Fix ScreenRecoveryUI to handle devices without power/up/down." (diff)
downloadandroid_bootable_recovery-9b0ebf992e01960db42ab7debf02bb25b372c734.tar
android_bootable_recovery-9b0ebf992e01960db42ab7debf02bb25b372c734.tar.gz
android_bootable_recovery-9b0ebf992e01960db42ab7debf02bb25b372c734.tar.bz2
android_bootable_recovery-9b0ebf992e01960db42ab7debf02bb25b372c734.tar.lz
android_bootable_recovery-9b0ebf992e01960db42ab7debf02bb25b372c734.tar.xz
android_bootable_recovery-9b0ebf992e01960db42ab7debf02bb25b372c734.tar.zst
android_bootable_recovery-9b0ebf992e01960db42ab7debf02bb25b372c734.zip
Diffstat (limited to 'screen_ui.h')
-rw-r--r--screen_ui.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/screen_ui.h b/screen_ui.h
index 41ff4af11..ea1a95be1 100644
--- a/screen_ui.h
+++ b/screen_ui.h
@@ -56,10 +56,12 @@ class ScreenRecoveryUI : public RecoveryUI {
int SelectMenu(int sel);
void EndMenu();
+ void KeyLongPress(int);
+
void Redraw();
- enum UIElement { HEADER, MENU, MENU_SEL_BG, MENU_SEL_FG, LOG, TEXT_FILL };
- virtual void SetColor(UIElement e);
+ enum UIElement { HEADER, MENU, MENU_SEL_BG, MENU_SEL_BG_ACTIVE, MENU_SEL_FG, LOG, TEXT_FILL };
+ void SetColor(UIElement e);
private:
Icon currentIcon;