Searched refs:addStroke (Results 1 – 7 of 7) 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()
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()
194 public Builder addStroke(@NonNull StrokeDescription strokeDescription) { in addStroke() method in GestureDescription.Builder
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
3636 …method public android.accessibilityservice.GestureDescription.Builder addStroke(@NonNull android.a…15276 method public void addStroke(android.gesture.GestureStroke);
10231 method public void addStroke(android.gesture.GestureStroke);