Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DMotionEventInjector.java76 private TouchPoint[] mLastTouchPoints; field in MotionEventInjector
281 + Arrays.asList(mLastTouchPoints)); in prepareToContinueOldGesture()
284 if (mLastTouchPoints[lastPointIndex].mIsEndOfPath in prepareToContinueOldGesture()
285 || (mLastTouchPoints[lastPointIndex].mX != touchPoint.mX) in prepareToContinueOldGesture()
293 mLastTouchPoints[lastPointIndex].mStrokeId = touchPoint.mStrokeId; in prepareToContinueOldGesture()
299 if (!mLastTouchPoints[i].mIsEndOfPath) { in prepareToContinueOldGesture()
384 if (mLastTouchPoints == null) { in getLastTouchPoints()
386 mLastTouchPoints = new TouchPoint[capacity]; in getLastTouchPoints()
388 mLastTouchPoints[i] = new GestureDescription.TouchPoint(); in getLastTouchPoints()
391 return mLastTouchPoints; in getLastTouchPoints()
[all …]