Searched defs:touchPoints (Results 1 – 3 of 3) sorted by relevance
448 TouchPoint[] touchPoints, int touchPointsSize) { in obtainMotionEvent()481 private static int findPointByStrokeId(TouchPoint[] touchPoints, int touchPointsSize, in findPointByStrokeId()
143 private int getPointsForTime(long time, TouchPoint[] touchPoints) { in getPointsForTime()513 public TouchPoint[] touchPoints; field in GestureDescription.GestureStep
725 TouchPoint[] touchPoints = new TouchPoint[1]; in createSimpleGestureFromPoints() local745 TouchPoint[] touchPoints = new TouchPoint[numPoints1 + numPoints2]; in combineGestureSteps() local