summaryrefslogtreecommitdiffstats
path: root/wear_ui.h
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-08-23 09:28:18 +0200
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-08-23 09:28:18 +0200
commitf425b88b1612db5059232abc33bdaae54d8b7937 (patch)
tree422cef83fa228cfb2a2464c6a7f49e6b5d856506 /wear_ui.h
parentrelease-request-edd71ba9-6f93-47be-957d-774c9d43a2dc-for-git_oc-mr1-release-4281935 snap-temp-L68100000094184972 (diff)
parentMerge changes from topic "bug-64307776" into oc-mr1-dev (diff)
downloadandroid_bootable_recovery-f425b88b1612db5059232abc33bdaae54d8b7937.tar
android_bootable_recovery-f425b88b1612db5059232abc33bdaae54d8b7937.tar.gz
android_bootable_recovery-f425b88b1612db5059232abc33bdaae54d8b7937.tar.bz2
android_bootable_recovery-f425b88b1612db5059232abc33bdaae54d8b7937.tar.lz
android_bootable_recovery-f425b88b1612db5059232abc33bdaae54d8b7937.tar.xz
android_bootable_recovery-f425b88b1612db5059232abc33bdaae54d8b7937.tar.zst
android_bootable_recovery-f425b88b1612db5059232abc33bdaae54d8b7937.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;