Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DMotionEventInjectorTest.java112 private static final int CONTINUED_LINE_INTERVAL = 100; field in MotionEventInjectorTest
439 hasEventTime(downTime + CONTINUED_LINE_INTERVAL))); in testContinuedGesture_continuationArrivesAfterDispatched_gestureCompletes()
512 hasEventTime(downTime + CONTINUED_LINE_INTERVAL))); in testContinuedGesture_continuationArrivesWhileDispatching_gestureCompletes()
514 hasEventTime(downTime + CONTINUED_LINE_INTERVAL * 2))); in testContinuedGesture_continuationArrivesWhileDispatching_gestureCompletes()
516 hasEventTime(downTime + CONTINUED_LINE_INTERVAL * 3))); in testContinuedGesture_continuationArrivesWhileDispatching_gestureCompletes()
518 hasEventTime(downTime + CONTINUED_LINE_INTERVAL * 3))); in testContinuedGesture_continuationArrivesWhileDispatching_gestureCompletes()
529 CONTINUED_LINE_INTERVAL, CONTINUED_LINE_MID1, in testContinuedGesture_twoContinuationsArriveWhileDispatching_gestureCompletes()
552 hasEventTime(downTime + CONTINUED_LINE_INTERVAL))); in testContinuedGesture_twoContinuationsArriveWhileDispatching_gestureCompletes()
554 hasEventTime(downTime + CONTINUED_LINE_INTERVAL * 2))); in testContinuedGesture_twoContinuationsArriveWhileDispatching_gestureCompletes()
556 hasEventTime(downTime + CONTINUED_LINE_INTERVAL * 3))); in testContinuedGesture_twoContinuationsArriveWhileDispatching_gestureCompletes()
[all …]