Searched refs:strokeId (Results 1 – 3 of 3) sorted by relevance
363 Matcher<GestureStep> hasStrokeId(final int strokeId) {368 if (gestureStep.touchPoints[i].mStrokeId == strokeId) {377 description.appendText("Has at least one point with stroke id " + strokeId);382 Matcher<GestureStep> continuesStrokeId(final int strokeId) {387 if (gestureStep.touchPoints[i].mContinuedStrokeId == strokeId) {396 description.appendText("Continues stroke id " + strokeId);
741 private List<GestureStep> createSimpleGestureFromPoints(int strokeId, int continuedStrokeId, in createSimpleGestureFromPoints() argument751 touchPoints[0].mStrokeId = strokeId; in createSimpleGestureFromPoints()
498 int strokeId) { in findPointByStrokeId() argument500 if (touchPoints[i].mStrokeId == strokeId) { in findPointByStrokeId()