summaryrefslogtreecommitdiffstats
path: root/wear_ui.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-05-01 22:46:04 +0200
committerandroid-build-merger <android-build-merger@google.com>2018-05-01 22:46:04 +0200
commitf0fd4f59836c4631c9d5736de384e8f014eccc25 (patch)
treea99cb49f0adcb714394660c444be49d3fe57e90f /wear_ui.h
parentMerge "updater_sample: add FileDownloader" am: 5c119482b3 (diff)
parentMerge "Add ScreenRecoveryUI::ShowMenu()." (diff)
downloadandroid_bootable_recovery-f0fd4f59836c4631c9d5736de384e8f014eccc25.tar
android_bootable_recovery-f0fd4f59836c4631c9d5736de384e8f014eccc25.tar.gz
android_bootable_recovery-f0fd4f59836c4631c9d5736de384e8f014eccc25.tar.bz2
android_bootable_recovery-f0fd4f59836c4631c9d5736de384e8f014eccc25.tar.lz
android_bootable_recovery-f0fd4f59836c4631c9d5736de384e8f014eccc25.tar.xz
android_bootable_recovery-f0fd4f59836c4631c9d5736de384e8f014eccc25.tar.zst
android_bootable_recovery-f0fd4f59836c4631c9d5736de384e8f014eccc25.zip
Diffstat (limited to 'wear_ui.h')
-rw-r--r--wear_ui.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/wear_ui.h b/wear_ui.h
index 8b24cb73e..fcbbee289 100644
--- a/wear_ui.h
+++ b/wear_ui.h
@@ -25,9 +25,6 @@ class WearRecoveryUI : public ScreenRecoveryUI {
void SetStage(int current, int max) override;
- void StartMenu(const char* const* headers, const char* const* items,
- int initial_selection) override;
-
protected:
// progress bar vertical position, it's centered horizontally
const int kProgressBarBaseline;
@@ -36,6 +33,9 @@ class WearRecoveryUI : public ScreenRecoveryUI {
// Recovery, build id and etc) and the bottom lines that may otherwise go out of the screen.
const int kMenuUnusableRows;
+ void StartMenu(const char* const* headers, const char* const* items,
+ int initial_selection) override;
+
int GetProgressBaseline() const override;
void update_progress_locked() override;