Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
DGestureUtils.java75 float secondPtrX, float secondPtrY, float maxDraggingAngleCos) { in isDraggingGesture() argument
92 final float secondDeltaY = secondPtrY - secondPtrDownY; in isDraggingGesture()
DTouchExplorer.java1166 final float secondPtrY = event.getY(1); in isDraggingGesture() local
1174 secondPtrDownY, firstPtrX, firstPtrY, secondPtrX, secondPtrY, in isDraggingGesture()
1199 final float secondPtrY = event.getY(1); in computeDraggingPointerIdIfNeeded() local
1202 < getDistanceToClosestEdge(secondPtrX, secondPtrY)) in computeDraggingPointerIdIfNeeded()