Searched refs:MotionEventGenerator (Results 1 – 3 of 3) sorted by relevance
25 import android.accessibilityservice.GestureDescription.MotionEventGenerator;52 List<GestureStep> clickGestureSteps = MotionEventGenerator in testGestureShorterThanSampleRate_producesStartAndEnd()73 List<GestureStep> swipeGestureSteps = MotionEventGenerator in testSwipe_shouldContainEvenlySpacedPoints()94 List<GestureStep> swipeGestureSteps = MotionEventGenerator in testSwipeWithNonIntegerValues_shouldRound()147 List<GestureStep> steps = MotionEventGenerator in testPathsWithOverlappingTiming_produceCorrectSteps()209 List<GestureStep> steps = MotionEventGenerator in testMaxTouchpoints_shouldHaveValidCoords()236 List<GestureStep> swipeGestureSteps = MotionEventGenerator in testGetGestureSteps_touchPointsHaveStrokeId()250 List<GestureStep> steps = MotionEventGenerator in testGetGestureSteps_continuedStroke_hasNoEndPoint()265 List<GestureStep> steps = MotionEventGenerator in testGetGestureSteps_continuingStroke_hasNoStartPointAndHasContinuedId()
517 public static class MotionEventGenerator { class in GestureDescription
19 import android.accessibilityservice.GestureDescription.MotionEventGenerator;663 MotionEventGenerator.getGestureStepsFromGestureDescription(gesture, 100); in dispatchGesture()