summaryrefslogtreecommitdiffstats
path: root/wear_ui.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-08-22 20:40:35 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-08-22 20:40:35 +0200
commit0d0b6a0d2ad2cfffcdb1084de733c22c5b8f97a9 (patch)
treef0fe99344f303243141b7cea9428421b2477b63e /wear_ui.h
parentMerge "Move Image/ImageChunk/PatchChunk declaration into header files" am: b4bc57ed39 am: b127fddf09 (diff)
parentMerge changes I5d7a6baa,Id0fb2d4e am: 89ad02206a (diff)
downloadandroid_bootable_recovery-0d0b6a0d2ad2cfffcdb1084de733c22c5b8f97a9.tar
android_bootable_recovery-0d0b6a0d2ad2cfffcdb1084de733c22c5b8f97a9.tar.gz
android_bootable_recovery-0d0b6a0d2ad2cfffcdb1084de733c22c5b8f97a9.tar.bz2
android_bootable_recovery-0d0b6a0d2ad2cfffcdb1084de733c22c5b8f97a9.tar.lz
android_bootable_recovery-0d0b6a0d2ad2cfffcdb1084de733c22c5b8f97a9.tar.xz
android_bootable_recovery-0d0b6a0d2ad2cfffcdb1084de733c22c5b8f97a9.tar.zst
android_bootable_recovery-0d0b6a0d2ad2cfffcdb1084de733c22c5b8f97a9.zip
Diffstat (limited to 'wear_ui.h')
-rw-r--r--wear_ui.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/wear_ui.h b/wear_ui.h
index a814118c7..3bd90b699 100644
--- a/wear_ui.h
+++ b/wear_ui.h
@@ -42,14 +42,11 @@ class WearRecoveryUI : public ScreenRecoveryUI {
protected:
// progress bar vertical position, it's centered horizontally
- int progress_bar_y;
-
- // outer of window
- int outer_height, outer_width;
+ const int kProgressBarBaseline;
// 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.
- int menu_unusable_rows;
+ const int kMenuUnusableRows;
int GetProgressBaseline() const override;