Home
last modified time | relevance | path

Searched refs:firstPtrY (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
79 final float firstDeltaY = firstPtrY - firstPtrDownY; in isDraggingGesture()
DTouchExplorer.java1164 final float firstPtrY = event.getY(0); in isDraggingGesture() local
1174 secondPtrDownY, firstPtrX, firstPtrY, secondPtrX, secondPtrY, in isDraggingGesture()
1196 final float firstPtrY = event.getY(0); in computeDraggingPointerIdIfNeeded() local
1201 mDraggingPointerId = (getDistanceToClosestEdge(firstPtrX, firstPtrY) in computeDraggingPointerIdIfNeeded()