Home
last modified time | relevance | path

Searched refs:getGestureStepsFromGestureDescription (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DGestureDescriptionTest.java53 .getGestureStepsFromGestureDescription(clickGesture, 100); in testGestureShorterThanSampleRate_producesStartAndEnd()
74 .getGestureStepsFromGestureDescription(swipe, samplePeriod); in testSwipe_shouldContainEvenlySpacedPoints()
95 .getGestureStepsFromGestureDescription(swipe, strokeTime); in testSwipeWithNonIntegerValues_shouldRound()
148 .getGestureStepsFromGestureDescription(builder.build(), deltaT); in testPathsWithOverlappingTiming_produceCorrectSteps()
210 .getGestureStepsFromGestureDescription(maxPointBuilder.build(), samplePeriod); in testMaxTouchpoints_shouldHaveValidCoords()
237 .getGestureStepsFromGestureDescription(swipe, 10); in testGetGestureSteps_touchPointsHaveStrokeId()
251 .getGestureStepsFromGestureDescription(gesture, 10); in testGetGestureSteps_continuedStroke_hasNoEndPoint()
266 .getGestureStepsFromGestureDescription(gesture, 10); in testGetGestureSteps_continuingStroke_hasNoStartPointAndHasContinuedId()
/frameworks/base/core/java/android/accessibilityservice/
DGestureDescription.java521 public static List<GestureStep> getGestureStepsFromGestureDescription( in getGestureStepsFromGestureDescription() method in GestureDescription.MotionEventGenerator
DAccessibilityService.java663 MotionEventGenerator.getGestureStepsFromGestureDescription(gesture, 100); in dispatchGesture()