Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DMotionEventInjector.java77 private int mNumLastTouchPoints; field in MotionEventInjector
298 for (int i = 0; i < mNumLastTouchPoints; i++) { in prepareToContinueOldGesture()
341 } else if (mNumLastTouchPoints != 0) { in cancelAnyPendingInjectedEvents()
345 mNumLastTouchPoints = 0; in cancelAnyPendingInjectedEvents()
368 mNumLastTouchPoints = 0; in getMotionEventsFromGestureSteps()
411 lastTouchPoints, mNumLastTouchPoints)); in appendMoveEventIfNeeded()
426 int action = (mNumLastTouchPoints == 1) ? MotionEvent.ACTION_UP in appendUpEvents()
430 lastTouchPoints, mNumLastTouchPoints)); in appendUpEvents()
435 mNumLastTouchPoints--; in appendUpEvents()
436 if (mNumLastTouchPoints == 0) { in appendUpEvents()
[all …]