Searched refs:addStroke (Results 1 – 9 of 9) sorted by relevance
49 clickBuilder.addStroke(clickStroke); in testGestureShorterThanSampleRate_producesStartAndEnd()143 builder.addStroke(path0Stroke); in testPathsWithOverlappingTiming_produceCorrectSteps()144 builder.addStroke(path1Stroke); in testPathsWithOverlappingTiming_produceCorrectSteps()145 builder.addStroke(path2Stroke); in testPathsWithOverlappingTiming_produceCorrectSteps()146 builder.addStroke(path3Stroke); in testPathsWithOverlappingTiming_produceCorrectSteps()206 maxPointBuilder.addStroke(new StrokeDescription(path, 0, samplePeriod * numSamples)); in testMaxTouchpoints_shouldHaveValidCoords()235 GestureDescription swipe = new GestureDescription.Builder().addStroke(swipeStroke).build(); in testGetGestureSteps_touchPointsHaveStrokeId()249 GestureDescription gesture = new GestureDescription.Builder().addStroke(stroke1).build(); in testGetGestureSteps_continuedStroke_hasNoEndPoint()264 GestureDescription gesture = new GestureDescription.Builder().addStroke(stroke2).build(); in testGetGestureSteps_continuingStroke_hasNoStartPointAndHasContinuedId()275 swipeBuilder.addStroke(createSwipeStroke(startX, startY, endX, endY, 0, duration)); in createSwipe()
39 public void addStroke(float evaluation) { in addStroke() method in HistoryEvaluator
183 mHistoryEvaluator.addStroke(evaluation); in addTouchEvent()
95 public void addStroke(GestureStroke stroke) { in addStroke() method in Gesture277 gesture.addStroke(GestureStroke.deserialize(in)); in deserialize()
468 mCurrentGesture.addStroke(new GestureStroke(mStrokeBuffer)); in cancelGesture()691 mCurrentGesture.addStroke(new GestureStroke(mStrokeBuffer)); in touchUp()
174 public Builder addStroke(@NonNull StrokeDescription strokeDescription) { in addStroke() method in GestureDescription.Builder
2978 …method public android.accessibilityservice.GestureDescription.Builder addStroke(@NonNull android.a…13404 method public void addStroke(android.gesture.GestureStroke);
10231 method public void addStroke(android.gesture.GestureStroke);