summaryrefslogtreecommitdiffstats
path: root/wear_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 /wear_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 '')
-rw-r--r--wear_ui.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/wear_ui.h b/wear_ui.h
index 35ea51660..63a257244 100644
--- a/wear_ui.h
+++ b/wear_ui.h
@@ -24,13 +24,6 @@ class WearRecoveryUI : public ScreenRecoveryUI {
WearRecoveryUI();
void Init();
- // overall recovery state ("background image")
- void SetBackground(Icon icon);
-
- // progress indicator
- void SetProgressType(ProgressType type);
- void ShowProgress(float portion, float seconds);
- void SetProgress(float fraction);
void SetStage(int current, int max);
@@ -49,9 +42,6 @@ class WearRecoveryUI : public ScreenRecoveryUI {
void StartMenu(const char* const * headers, const char* const * items,
int initial_selection);
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);
@@ -78,8 +68,6 @@ class WearRecoveryUI : public ScreenRecoveryUI {
int animation_fps;
private:
- Icon currentIcon;
-
bool intro_done;
int current_frame;