Searched refs:CONTINUED_LINE_INTERVAL (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
D | MotionEventInjectorTest.java | 112 private static final int CONTINUED_LINE_INTERVAL = 100; field in MotionEventInjectorTest 160 CONTINUED_LINE_INTERVAL, CONTINUED_LINE_START, CONTINUED_LINE_MID1); in setUp() 162 CONTINUED_LINE_STROKE_ID_1, false, CONTINUED_LINE_INTERVAL, CONTINUED_LINE_MID1, in setUp() 439 hasEventTime(downTime + CONTINUED_LINE_INTERVAL))); in testContinuedGesture_continuationArrivesAfterDispatched_gestureCompletes() 445 hasEventTime(secondSequenceStart + CONTINUED_LINE_INTERVAL))); in testContinuedGesture_continuationArrivesAfterDispatched_gestureCompletes() 447 hasEventTime(secondSequenceStart + CONTINUED_LINE_INTERVAL))); in testContinuedGesture_continuationArrivesAfterDispatched_gestureCompletes() 457 true, CONTINUED_LINE_INTERVAL, CONTINUED_LINE_END, CONTINUED_LINE_MID2); in testContinuedGesture_withTwoTouchPoints_gestureCompletes() 459 backLineId1, false, CONTINUED_LINE_INTERVAL, CONTINUED_LINE_MID2, in testContinuedGesture_withTwoTouchPoints_gestureCompletes() 482 IS_ACTION_MOVE, hasEventTime(downTime + CONTINUED_LINE_INTERVAL))); in testContinuedGesture_withTwoTouchPoints_gestureCompletes() 484 IS_ACTION_MOVE, hasEventTime(downTime + CONTINUED_LINE_INTERVAL * 2))); in testContinuedGesture_withTwoTouchPoints_gestureCompletes() [all …]
|