HomeSort by relevance Sort by last modified time
    Searched refs:initialTouchY (Results 1 - 2 of 2) sorted by null

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

Completed in 218 milliseconds