summaryrefslogtreecommitdiffstats
path: root/ui.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-08-03 23:49:24 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-08-03 23:49:24 +0200
commitf49cc02e86f5c0ccda2b9979a004670cf559c050 (patch)
tree2f43eb09b2fb9512a7fe85c4725eca7cdcdc7a43 /ui.h
parentMerge "ui: Move the support for touch inputs into RecoveryUI." (diff)
parentui: Check for bootreason=recovery_ui. (diff)
downloadandroid_bootable_recovery-f49cc02e86f5c0ccda2b9979a004670cf559c050.tar
android_bootable_recovery-f49cc02e86f5c0ccda2b9979a004670cf559c050.tar.gz
android_bootable_recovery-f49cc02e86f5c0ccda2b9979a004670cf559c050.tar.bz2
android_bootable_recovery-f49cc02e86f5c0ccda2b9979a004670cf559c050.tar.lz
android_bootable_recovery-f49cc02e86f5c0ccda2b9979a004670cf559c050.tar.xz
android_bootable_recovery-f49cc02e86f5c0ccda2b9979a004670cf559c050.tar.zst
android_bootable_recovery-f49cc02e86f5c0ccda2b9979a004670cf559c050.zip
Diffstat (limited to 'ui.h')
-rw-r--r--ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui.h b/ui.h
index 5cda7af0f..3d9afece0 100644
--- a/ui.h
+++ b/ui.h
@@ -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;