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

/frameworks/base/services/java/com/android/server/accessibility/
H A DTouchExplorer.java202 private int mLongPressingPointerDeltaY; field in class:TouchExplorer
297 mLongPressingPointerDeltaY = 0;
744 mLongPressingPointerDeltaY = 0;
971 coords[i].y -= mLongPressingPointerDeltaY;
1332 mLongPressingPointerDeltaY = (int) mEvent.getY(pointerIndex) - clickLocationY;

Completed in 219 milliseconds