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

  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
GestureUtils.java 61 float secondPtrDownX, float secondPtrDownY, float firstPtrX, float firstPtrY,
65 final float firstDeltaX = firstPtrX - firstPtrDownX;
TouchExplorer.java 685 final float firstPtrX = event.getX(0);
690 final float deltaX = firstPtrX - secondPtrX;
    [all...]

Completed in 235 milliseconds