Searched refs:touch_low_threshold_ (Results 1 – 2 of 2) sorted by relevance
62 touch_low_threshold_(android::base::GetIntProperty("ro.recovery.ui.touch_low_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()193 LOG(DEBUG) << "Ignored " << dx << " " << dy << " (low: " << touch_low_threshold_ in OnTouchDetected()
218 const int touch_low_threshold_; variable