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.java276 int lastPointIndex = findPointByStrokeId( in prepareToContinueOldGesture()
400 int lastPointsIndex = findPointByStrokeId(lastTouchPoints, mNumLastTouchPoints, in appendMoveEventIfNeeded()
421 int indexOfUpEvent = findPointByStrokeId(lastTouchPoints, mNumLastTouchPoints, in appendUpEvents()
497 private static int findPointByStrokeId(TouchPoint[] touchPoints, int touchPointsSize, in findPointByStrokeId() method in MotionEventInjector