Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DMotionEventInjector.java259 int lastPointIndex = findPointByStrokeId( in prepareToContinueOldGesture()
382 int lastPointsIndex = findPointByStrokeId(lastTouchPoints, mNumLastTouchPoints, in appendMoveEventIfNeeded()
403 int indexOfUpEvent = findPointByStrokeId(lastTouchPoints, mNumLastTouchPoints, in appendUpEvents()
479 private static int findPointByStrokeId(TouchPoint[] touchPoints, int touchPointsSize, in findPointByStrokeId() method in MotionEventInjector