diff options
author | Tao Bao <tbao@google.com> | 2017-06-28 00:35:32 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-06-28 00:35:32 +0200 |
commit | 2e20c11828589ce3244ecbc17d4db40fb9af8d0f (patch) | |
tree | 38b49083418d49d5cba1f5fbbb12920d3e44c58f /wear_ui.h | |
parent | Merge "Formatting RecoveryUI related files." (diff) | |
parent | Merge "Add override specifier and member constness to RecoveryUI classes." (diff) | |
download | android_bootable_recovery-2e20c11828589ce3244ecbc17d4db40fb9af8d0f.tar android_bootable_recovery-2e20c11828589ce3244ecbc17d4db40fb9af8d0f.tar.gz android_bootable_recovery-2e20c11828589ce3244ecbc17d4db40fb9af8d0f.tar.bz2 android_bootable_recovery-2e20c11828589ce3244ecbc17d4db40fb9af8d0f.tar.lz android_bootable_recovery-2e20c11828589ce3244ecbc17d4db40fb9af8d0f.tar.xz android_bootable_recovery-2e20c11828589ce3244ecbc17d4db40fb9af8d0f.tar.zst android_bootable_recovery-2e20c11828589ce3244ecbc17d4db40fb9af8d0f.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; |