Home
last modified time | relevance | path

Searched refs:touch_high_threshold_ (Results 1 – 2 of 2) sorted by relevance

/bootable/recovery/recovery_ui/
Dui.cpp64 touch_high_threshold_(android::base::GetIntProperty("ro.recovery.ui.touch_high_threshold", in RecoveryUI()
188 if (abs(dy) < touch_low_threshold_ && abs(dx) > touch_high_threshold_) { in OnTouchDetected()
190 } else if (abs(dx) < touch_low_threshold_ && abs(dy) > touch_high_threshold_) { in OnTouchDetected()
194 << ", high: " << touch_high_threshold_ << ")"; in OnTouchDetected()
/bootable/recovery/recovery_ui/include/recovery_ui/
Dui.h219 const int touch_high_threshold_; variable