Searched refs:findPointByStrokeId (Results 1 – 1 of 1) sorted by relevance
276 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