summaryrefslogtreecommitdiffstats
path: root/ui.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-08-04 00:21:23 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-08-04 00:21:23 +0200
commit6ec170d867ee6f5acbca6de8e46ef2a5bc5db18a (patch)
treeecce5209a54b80e47fcdf959672755dcc5e32fee /ui.h
parentui: Move the support for touch inputs into RecoveryUI. (diff)
parentMerge "ui: Check for bootreason=recovery_ui." am: f49cc02e86 am: 7c0b8a4322 (diff)
downloadandroid_bootable_recovery-6ec170d867ee6f5acbca6de8e46ef2a5bc5db18a.tar
android_bootable_recovery-6ec170d867ee6f5acbca6de8e46ef2a5bc5db18a.tar.gz
android_bootable_recovery-6ec170d867ee6f5acbca6de8e46ef2a5bc5db18a.tar.bz2
android_bootable_recovery-6ec170d867ee6f5acbca6de8e46ef2a5bc5db18a.tar.lz
android_bootable_recovery-6ec170d867ee6f5acbca6de8e46ef2a5bc5db18a.tar.xz
android_bootable_recovery-6ec170d867ee6f5acbca6de8e46ef2a5bc5db18a.tar.zst
android_bootable_recovery-6ec170d867ee6f5acbca6de8e46ef2a5bc5db18a.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;