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

  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
GestureUtils.java 49 float secondPtrDownX, float secondPtrDownY, float firstPtrX, float firstPtrY,
54 final float firstDeltaY = firstPtrY - firstPtrDownY;
TouchExplorer.java 677 final float firstPtrY = event.getY(0);
682 final float deltaY = firstPtrY - secondPtrY;
    [all...]

Completed in 69 milliseconds