summaryrefslogtreecommitdiffstats
path: root/wear_ui.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-08-03 02:11:04 +0200
committerTao Bao <tbao@google.com>2017-08-13 20:24:33 +0200
commit016120f395795fb1be600c1e85f4dfd324797122 (patch)
tree7937b8d5b1042be36f67e9bec25e17c0f5a7521d /wear_ui.h
parentupdate_verifier: Support androidboot.veritymode being empty or 'disabled'. (diff)
downloadandroid_bootable_recovery-016120f395795fb1be600c1e85f4dfd324797122.tar
android_bootable_recovery-016120f395795fb1be600c1e85f4dfd324797122.tar.gz
android_bootable_recovery-016120f395795fb1be600c1e85f4dfd324797122.tar.bz2
android_bootable_recovery-016120f395795fb1be600c1e85f4dfd324797122.tar.lz
android_bootable_recovery-016120f395795fb1be600c1e85f4dfd324797122.tar.xz
android_bootable_recovery-016120f395795fb1be600c1e85f4dfd324797122.tar.zst
android_bootable_recovery-016120f395795fb1be600c1e85f4dfd324797122.zip
Diffstat (limited to 'wear_ui.h')
-rw-r--r--wear_ui.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/wear_ui.h b/wear_ui.h
index a814118c7..c2bbdb66e 100644
--- a/wear_ui.h
+++ b/wear_ui.h
@@ -42,10 +42,7 @@ 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.