Home
last modified time | relevance | path

Searched refs:secondPtrDownX (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
91 final float secondDeltaX = secondPtrX - secondPtrDownX; in isDraggingGesture()
DTouchExplorer.java1170 final float secondPtrDownX = mReceivedPointerTracker.getReceivedPointerDownX(1); in isDraggingGesture() local
1173 return GestureUtils.isDraggingGesture(firstPtrDownX, firstPtrDownY, secondPtrDownX, in isDraggingGesture()