summaryrefslogtreecommitdiffstats
path: root/ui.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-07-31 23:53:16 +0200
committerTao Bao <tbao@google.com>2018-08-01 00:14:40 +0200
commit0bc88de7aabaec09fb2408ce008bbed41b56cfa5 (patch)
treee21c2394673bddde76b2dc2ace512c0c4260659d /ui.h
parentMerge "recovery: Add ability to interrupt UI" (diff)
downloadandroid_bootable_recovery-0bc88de7aabaec09fb2408ce008bbed41b56cfa5.tar
android_bootable_recovery-0bc88de7aabaec09fb2408ce008bbed41b56cfa5.tar.gz
android_bootable_recovery-0bc88de7aabaec09fb2408ce008bbed41b56cfa5.tar.bz2
android_bootable_recovery-0bc88de7aabaec09fb2408ce008bbed41b56cfa5.tar.lz
android_bootable_recovery-0bc88de7aabaec09fb2408ce008bbed41b56cfa5.tar.xz
android_bootable_recovery-0bc88de7aabaec09fb2408ce008bbed41b56cfa5.tar.zst
android_bootable_recovery-0bc88de7aabaec09fb2408ce008bbed41b56cfa5.zip
Diffstat (limited to '')
-rw-r--r--ui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui.h b/ui.h
index a1e18cc10..e0fb13e40 100644
--- a/ui.h
+++ b/ui.h
@@ -195,8 +195,8 @@ class RecoveryUI {
};
// The sensitivity when detecting a swipe.
- const int kTouchLowThreshold;
- const int kTouchHighThreshold;
+ const int touch_low_threshold_;
+ const int touch_high_threshold_;
void OnKeyDetected(int key_code);
void OnTouchDetected(int dx, int dy);