Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
DGestureUtils.java74 float secondPtrDownX, float secondPtrDownY, float firstPtrX, float firstPtrY, in isDraggingGesture() argument
92 final float secondDeltaY = secondPtrY - secondPtrDownY; in isDraggingGesture()
DTouchExplorer.java1171 final float secondPtrDownY = mReceivedPointerTracker.getReceivedPointerDownY(1); in isDraggingGesture() local
1174 secondPtrDownY, firstPtrX, firstPtrY, secondPtrX, secondPtrY, in isDraggingGesture()