Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DMotionEventInjectorTest.java107 private static final int CONTINUED_LINE_INTERVAL = 100; field in MotionEventInjectorTest
146 CONTINUED_LINE_INTERVAL, CONTINUED_LINE_START, CONTINUED_LINE_MID1); in setUp()
148 CONTINUED_LINE_STROKE_ID_1, false, CONTINUED_LINE_INTERVAL, CONTINUED_LINE_MID1, in setUp()
417 hasEventTime(downTime + CONTINUED_LINE_INTERVAL))); in testContinuedGesture_continuationArrivesAfterDispatched_gestureCompletes()
423 hasEventTime(secondSequenceStart + CONTINUED_LINE_INTERVAL))); in testContinuedGesture_continuationArrivesAfterDispatched_gestureCompletes()
425 hasEventTime(secondSequenceStart + CONTINUED_LINE_INTERVAL))); in testContinuedGesture_continuationArrivesAfterDispatched_gestureCompletes()
435 true, CONTINUED_LINE_INTERVAL, CONTINUED_LINE_END, CONTINUED_LINE_MID2); in testContinuedGesture_withTwoTouchPoints_gestureCompletes()
437 backLineId1, false, CONTINUED_LINE_INTERVAL, CONTINUED_LINE_MID2, in testContinuedGesture_withTwoTouchPoints_gestureCompletes()
460 IS_ACTION_MOVE, hasEventTime(downTime + CONTINUED_LINE_INTERVAL))); in testContinuedGesture_withTwoTouchPoints_gestureCompletes()
462 IS_ACTION_MOVE, hasEventTime(downTime + CONTINUED_LINE_INTERVAL * 2))); in testContinuedGesture_withTwoTouchPoints_gestureCompletes()
[all …]