Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
H A DEventDispatcher.java56 private int mLongPressingPointerDeltaX; field in EventDispatcher
121 event = offsetEvent(event, -mLongPressingPointerDeltaX, -mLongPressingPointerDeltaY); in sendMotionEvent()
393 mLongPressingPointerDeltaX = (int) event.getX(pointerIndex) - clickLocation.x; in longPressWithTouchEvents()
401 mLongPressingPointerDeltaX = 0; in clear()