Searched refs:strokes (Results 1 – 1 of 1) sorted by relevance
278 int displayId, StrokeDescription... strokes) { in getGestureBuilder() argument281 for (StrokeDescription s : strokes) builder.addStroke(s); in getGestureBuilder()409 final StrokeDescription[] strokes = new StrokeDescription[strokeCount];414 strokes[i] = click(pointers[i]);419 final StrokeDescription lastStroke = strokes[(tapIndex - 1) * fingerCount + i];423 strokes[nextIndex] = startingAt(nextStartTime, click(pointers[i]));426 return getGestureBuilder(displayId, strokes).build();454 final StrokeDescription[] strokes = new StrokeDescription[strokeCount];460 strokes[i] = longClick(pointers[i]);462 strokes[i] = click(pointers[i]);[all …]