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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DTouchExplorer.java207 private int mLongPressingPointerDeltaX; field in class:TouchExplorer
304 mLongPressingPointerDeltaX = 0;
755 event = offsetEvent(event, - mLongPressingPointerDeltaX,
759 mLongPressingPointerDeltaX = 0;
993 event = offsetEvent(event, - mLongPressingPointerDeltaX,
1337 mLongPressingPointerDeltaX = (int) mEvent.getX(pointerIndex) - clickLocation.x;

Completed in 164 milliseconds