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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DTouchExplorer.java210 private int mLongPressingPointerDeltaY; field in class:TouchExplorer
305 mLongPressingPointerDeltaY = 0;
756 - mLongPressingPointerDeltaY);
760 mLongPressingPointerDeltaY = 0;
994 - mLongPressingPointerDeltaY);
1338 mLongPressingPointerDeltaY = (int) mEvent.getY(pointerIndex) - clickLocation.y;

Completed in 835 milliseconds