HomeSort by relevance Sort by last modified time
    Searched refs:secondPtrY (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
GestureUtils.java 62 float secondPtrX, float secondPtrY, float maxDraggingAngleCos) {
79 final float secondDeltaY = secondPtrY - secondPtrDownY;
TouchExplorer.java 688 final float secondPtrY = event.getY(1);
691 final float deltaY = firstPtrY - secondPtrY;
    [all...]

Completed in 909 milliseconds