diff options
author | Tao Bao <tbao@google.com> | 2017-06-28 00:38:34 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-06-28 00:38:34 +0200 |
commit | 57191920e891b8f4cd288fb8f644e5cd637224f0 (patch) | |
tree | 38b49083418d49d5cba1f5fbbb12920d3e44c58f /wear_ui.h | |
parent | Merge "Formatting RecoveryUI related files." am: 8e7db8f4a6 (diff) | |
parent | Merge "Add override specifier and member constness to RecoveryUI classes." (diff) | |
download | android_bootable_recovery-57191920e891b8f4cd288fb8f644e5cd637224f0.tar android_bootable_recovery-57191920e891b8f4cd288fb8f644e5cd637224f0.tar.gz android_bootable_recovery-57191920e891b8f4cd288fb8f644e5cd637224f0.tar.bz2 android_bootable_recovery-57191920e891b8f4cd288fb8f644e5cd637224f0.tar.lz android_bootable_recovery-57191920e891b8f4cd288fb8f644e5cd637224f0.tar.xz android_bootable_recovery-57191920e891b8f4cd288fb8f644e5cd637224f0.tar.zst android_bootable_recovery-57191920e891b8f4cd288fb8f644e5cd637224f0.zip |
Diffstat (limited to 'wear_ui.h')
-rw-r--r-- | wear_ui.h | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -47,12 +47,11 @@ class WearRecoveryUI : public ScreenRecoveryUI { // outer of window int outer_height, outer_width; - // 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. + // 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; - int GetProgressBaseline() override; + int GetProgressBaseline() const override; bool InitTextParams() override; |