diff options
author | Tao Bao <tbao@google.com> | 2017-08-04 00:10:26 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-08-04 00:10:26 +0200 |
commit | 99f78994cb2613b0d302ce968714ecd66622c05d (patch) | |
tree | 5302139ae42bbfcc5a215845451dcd25ba973e21 /ui.h | |
parent | Merge "ui: Move the support for touch inputs into RecoveryUI." am: faa5b1f773 am: 5daa000068 (diff) | |
parent | Merge "ui: Check for bootreason=recovery_ui." am: f49cc02e86 (diff) | |
download | android_bootable_recovery-99f78994cb2613b0d302ce968714ecd66622c05d.tar android_bootable_recovery-99f78994cb2613b0d302ce968714ecd66622c05d.tar.gz android_bootable_recovery-99f78994cb2613b0d302ce968714ecd66622c05d.tar.bz2 android_bootable_recovery-99f78994cb2613b0d302ce968714ecd66622c05d.tar.lz android_bootable_recovery-99f78994cb2613b0d302ce968714ecd66622c05d.tar.xz android_bootable_recovery-99f78994cb2613b0d302ce968714ecd66622c05d.tar.zst android_bootable_recovery-99f78994cb2613b0d302ce968714ecd66622c05d.zip |
Diffstat (limited to 'ui.h')
-rw-r--r-- | ui.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -170,6 +170,7 @@ class RecoveryUI { int touch_start_Y_; bool touch_finger_down_; bool touch_swiping_; + bool is_bootreason_recovery_ui_; struct key_timer_t { RecoveryUI* ui; |