Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
DFlingUpDownTouchHandler.java162 private boolean touchAboveFalsingThreshold; field in FlingUpDownTouchHandler
247 touchAboveFalsingThreshold = false; in onTouch()
278 touchAboveFalsingThreshold = true; in onTouch()
385 return !touchAboveFalsingThreshold; in isFalseTouch()