Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/accessibilityservice/
DGestureDescription.java548 int lastPointsIndex = findPointByPathIndex(lastTouchPoints, lastTouchPointsSize, in appendMoveEventIfNeeded()
570 int indexOfUpEvent = findPointByPathIndex(lastTouchPoints, lastTouchPointsSize, in appendUpEvents()
630 private static int findPointByPathIndex(TouchPoint[] touchPoints, int touchPointsSize, in findPointByPathIndex() method in GestureDescription.MotionEventGenerator