summaryrefslogtreecommitdiffstats
path: root/wear_ui.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-08-04 01:02:17 +0200
committerandroid-build-merger <android-build-merger@google.com>2018-08-04 01:02:17 +0200
commit17bf8d0518b336adfbab90d8cd14fc00d1b7a62e (patch)
treef6ede4d70751e7a17f7729f2a5823ae5c488a4e4 /wear_ui.h
parentMerge "Remove non-A/B mention from README." (diff)
parentMerge "ui: Read custom recovery UI values via system property." (diff)
downloadandroid_bootable_recovery-17bf8d0518b336adfbab90d8cd14fc00d1b7a62e.tar
android_bootable_recovery-17bf8d0518b336adfbab90d8cd14fc00d1b7a62e.tar.gz
android_bootable_recovery-17bf8d0518b336adfbab90d8cd14fc00d1b7a62e.tar.bz2
android_bootable_recovery-17bf8d0518b336adfbab90d8cd14fc00d1b7a62e.tar.lz
android_bootable_recovery-17bf8d0518b336adfbab90d8cd14fc00d1b7a62e.tar.xz
android_bootable_recovery-17bf8d0518b336adfbab90d8cd14fc00d1b7a62e.tar.zst
android_bootable_recovery-17bf8d0518b336adfbab90d8cd14fc00d1b7a62e.zip
Diffstat (limited to '')
-rw-r--r--wear_ui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/wear_ui.h b/wear_ui.h
index c9a9f0e13..b80cfd758 100644
--- a/wear_ui.h
+++ b/wear_ui.h
@@ -30,11 +30,11 @@ class WearRecoveryUI : public ScreenRecoveryUI {
protected:
// progress bar vertical position, it's centered horizontally
- const int kProgressBarBaseline;
+ const int progress_bar_baseline_;
// Unusable rows when displaying the recovery menu, including the lines for headers (Android
// Recovery, build id and etc) and the bottom lines that may otherwise go out of the screen.
- const int kMenuUnusableRows;
+ const int menu_unusable_rows_;
void StartMenu(const std::vector<std::string>& headers, const std::vector<std::string>& items,
size_t initial_selection) override;