Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
DFlingUpDownTouchHandler.java163 private float falsingThresholdPx; field in FlingUpDownTouchHandler
181 falsingThresholdPx = DpUtil.dpToPx(context, FALSING_THRESHOLD_DP); in FlingUpDownTouchHandler()
277 if (Math.abs(deltaY) >= falsingThresholdPx) { in onTouch()