diff options
author | Tao Bao <tbao@google.com> | 2017-06-28 00:29:33 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-06-28 00:29:36 +0200 |
commit | d6fb1c6367e2d08419b452ed3943f9950476cb88 (patch) | |
tree | 5b83ac7c898bbcdb5fa429401281bbe55c28df87 /wear_ui.h | |
parent | Merge "Formatting RecoveryUI related files." (diff) | |
parent | Add override specifier and member constness to RecoveryUI classes. (diff) | |
download | android_bootable_recovery-d6fb1c6367e2d08419b452ed3943f9950476cb88.tar android_bootable_recovery-d6fb1c6367e2d08419b452ed3943f9950476cb88.tar.gz android_bootable_recovery-d6fb1c6367e2d08419b452ed3943f9950476cb88.tar.bz2 android_bootable_recovery-d6fb1c6367e2d08419b452ed3943f9950476cb88.tar.lz android_bootable_recovery-d6fb1c6367e2d08419b452ed3943f9950476cb88.tar.xz android_bootable_recovery-d6fb1c6367e2d08419b452ed3943f9950476cb88.tar.zst android_bootable_recovery-d6fb1c6367e2d08419b452ed3943f9950476cb88.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; |