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;
748 - mLongPressingPointerDeltaY);
752 mLongPressingPointerDeltaY = 0;
982 - mLongPressingPointerDeltaY);
1365 mLongPressingPointerDeltaY = (int) mEvent.getY(pointerIndex) - clickLocationY;

Completed in 6 milliseconds