Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
H A DEventDispatcher.java53 private int mLongPressingPointerId = -1; field in EventDispatcher
120 if (mLongPressingPointerId >= 0) { in sendMotionEvent()
199 final int remappedIndex = event.findPointerIndex(mLongPressingPointerId); in offsetEvent()
392 mLongPressingPointerId = pointerId; in longPressWithTouchEvents()
400 mLongPressingPointerId = -1; in clear()