summaryrefslogtreecommitdiffstats
path: root/ui.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-08-01 08:15:09 +0200
committerTao Bao <tbao@google.com>2017-08-03 23:52:06 +0200
commit937e884ca113a5e775a3cb37a3f9dbe2174d3376 (patch)
tree8ba30fb0ca4b4dea825db82574f69526e254d6ec /ui.h
parentui: Move the support for touch inputs into RecoveryUI. (diff)
downloadandroid_bootable_recovery-937e884ca113a5e775a3cb37a3f9dbe2174d3376.tar
android_bootable_recovery-937e884ca113a5e775a3cb37a3f9dbe2174d3376.tar.gz
android_bootable_recovery-937e884ca113a5e775a3cb37a3f9dbe2174d3376.tar.bz2
android_bootable_recovery-937e884ca113a5e775a3cb37a3f9dbe2174d3376.tar.lz
android_bootable_recovery-937e884ca113a5e775a3cb37a3f9dbe2174d3376.tar.xz
android_bootable_recovery-937e884ca113a5e775a3cb37a3f9dbe2174d3376.tar.zst
android_bootable_recovery-937e884ca113a5e775a3cb37a3f9dbe2174d3376.zip
Diffstat (limited to '')
-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;