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

/frameworks/base/services/java/com/android/server/accessibility/
H A DGestureUtils.java61 float secondPtrDownX, float secondPtrDownY, float firstPtrX, float firstPtrY,
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 4 milliseconds