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

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

Completed in 85 milliseconds