Searched defs:secondPtrY (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DGestureUtils.java62 float secondPtrX, float secondPtrY, float maxDraggingAngleCos) {
80 final float secondDeltaY = secondPtrY - secondPtrDownY;
60 isDraggingGesture(float firstPtrDownX, float firstPtrDownY, float secondPtrDownX, float secondPtrDownY, float firstPtrX, float firstPtrY, float secondPtrX, float secondPtrY, float maxDraggingAngleCos) argument

Completed in 647 milliseconds