Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
DFlingUpDownTouchHandler.java166 private final float acceptThresholdPx; field in FlingUpDownTouchHandler
182 acceptThresholdPx = DpUtil.dpToPx(context, ACCEPT_THRESHOLD_DP); in FlingUpDownTouchHandler()
188 acceptThresholdPx); in FlingUpDownTouchHandler()
461 acceptThresholdY = Math.max(0, initialTouchY - acceptThresholdPx); in startMotion()