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-10 18:31:17 +0200
commit0470ceea381775b09eee931858c3320be88cc637 (patch)
tree7beb1970589bd76180f0342c3e8ef4323c8341f6 /wear_ui.h
parentMerge "update_verifier: verify blocks in parallel" (diff)
downloadandroid_bootable_recovery-0470ceea381775b09eee931858c3320be88cc637.tar
android_bootable_recovery-0470ceea381775b09eee931858c3320be88cc637.tar.gz
android_bootable_recovery-0470ceea381775b09eee931858c3320be88cc637.tar.bz2
android_bootable_recovery-0470ceea381775b09eee931858c3320be88cc637.tar.lz
android_bootable_recovery-0470ceea381775b09eee931858c3320be88cc637.tar.xz
android_bootable_recovery-0470ceea381775b09eee931858c3320be88cc637.tar.zst
android_bootable_recovery-0470ceea381775b09eee931858c3320be88cc637.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.