Searched refs:stroke (Results 1 – 7 of 7) sorted by relevance
41 GestureStroke stroke = new LineGestureStrokeHelper().createLineGesture(); in setUp() local43 mLineGesture.addStroke(stroke); in setUp()45 mAnotherGesture.addStroke(stroke); in setUp()71 GestureStroke stroke = new LineGestureStrokeHelper().createLineGesture(); in testRecognize() local72 newLineGesture.addStroke(stroke); in testRecognize()
118 public static PointF lastPointOf(StrokeDescription stroke) { in lastPointOf() argument119 float[] p = stroke.getPath().approximate(0.3f); in lastPointOf()177 public static long endTimeOf(StrokeDescription stroke) { in endTimeOf() argument178 return stroke.getStartTime() + stroke.getDuration(); in endTimeOf()250 StrokeDescription stroke = click(point); in multiTap() local251 builder.addStroke(stroke); in multiTap()252 time += stroke.getDuration() + sStrokeGapTimeMs; in multiTap()254 stroke = click(getPointWithinSlop(point, slop)); in multiTap()255 builder.addStroke(startingAt(time, stroke)); in multiTap()256 time += stroke.getDuration() + sStrokeGapTimeMs; in multiTap()[all …]
242 StrokeDescription stroke = new StrokeDescription(path, 150, 100); in testSetDisplayId_getCorrectDisplayId() local244 builder.addStroke(stroke); in testSetDisplayId_getCorrectDisplayId()
479 for (StrokeDescription stroke : rest) { in dispatch()480 builder.addStroke(stroke); in dispatch()
471 for (StrokeDescription stroke : rest) { in dispatch()472 builder.addStroke(stroke); in dispatch()
600 for (StrokeDescription stroke : rest) { in dispatch()601 builder.addStroke(stroke); in dispatch()
2552 for (StrokeDescription stroke : rest) { in dispatch()2553 builder.addStroke(stroke); in dispatch()