Searched refs:mLongPressingPointerDeltaY (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/accessibility/
H A DTouchExplorer.java206 private int mLongPressingPointerDeltaY; field in class:TouchExplorer
301 mLongPressingPointerDeltaY = 0;
793 mLongPressingPointerDeltaY = 0;
1083 coords[i].y -= mLongPressingPointerDeltaY;
1459 mLongPressingPointerDeltaY = (int) mEvent.getY(pointerIndex) - clickLocationY;

Completed in 273 milliseconds