Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
DFlingUpDownTouchHandler.java157 private float initialTouchY; field in FlingUpDownTouchHandler
272 float deltaY = pointerY - initialTouchY; in onTouch()
295 || Math.abs(pointerY - initialTouchY) > touchSlop in endMotionEvent()
457 initialTouchY = newY; in startMotion()
461 acceptThresholdY = Math.max(0, initialTouchY - acceptThresholdPx); in startMotion()
462 rejectThresholdY = Math.min(target.getHeight(), initialTouchY + rejectThresholdPx); in startMotion()
463 zeroY = initialTouchY; in startMotion()
/packages/apps/Dialer/java/com/android/incallui/answer/impl/affordance/
DSwipeButtonHelper.java47 private float initialTouchY; field in SwipeButtonHelper
167 initialTouchY = y; in onTouchEvent()
180 float yDist = y - initialTouchY; in onTouchEvent()
557 float bY = lastY - initialTouchY; in getCurrentVelocity()