HomeSort by relevance Sort by last modified time
    Searched refs:touch_low_threshold_ (Results 1 - 2 of 2) sorted by null

  /bootable/recovery/recovery_ui/
ui.cpp 62 touch_low_threshold_(android::base::GetIntProperty("ro.recovery.ui.touch_low_threshold",
186 // - the delta along one axis is below touch_low_threshold_;
188 if (abs(dy) < touch_low_threshold_ && abs(dx) > touch_high_threshold_) {
190 } else if (abs(dx) < touch_low_threshold_ && abs(dy) > touch_high_threshold_) {
193 LOG(DEBUG) << "Ignored " << dx << " " << dy << " (low: " << touch_low_threshold_
  /bootable/recovery/recovery_ui/include/recovery_ui/
ui.h 218 const int touch_low_threshold_; member in class:RecoveryUI

Completed in 1098 milliseconds