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