Searched refs:firstPtrY (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/ |
D | GestureUtils.java | 74 float secondPtrDownX, float secondPtrDownY, float firstPtrX, float firstPtrY, in isDraggingGesture() argument 79 final float firstDeltaY = firstPtrY - firstPtrDownY; in isDraggingGesture()
|
D | TouchExplorer.java | 1164 final float firstPtrY = event.getY(0); in isDraggingGesture() local 1174 secondPtrDownY, firstPtrX, firstPtrY, secondPtrX, secondPtrY, in isDraggingGesture() 1196 final float firstPtrY = event.getY(0); in computeDraggingPointerIdIfNeeded() local 1201 mDraggingPointerId = (getDistanceToClosestEdge(firstPtrX, firstPtrY) in computeDraggingPointerIdIfNeeded()
|