Searched refs:CONTINUED_LINE_SEQUENCE_1 (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
D | MotionEventInjectorTest.java | 113 private static final int CONTINUED_LINE_SEQUENCE_1 = 52; field in MotionEventInjectorTest 426 injectEventsSync(mContinuedLineList1, mServiceInterface, CONTINUED_LINE_SEQUENCE_1); in testContinuedGesture_continuationArrivesAfterDispatched_gestureCompletes() 428 verify(mServiceInterface).onPerformGestureResult(CONTINUED_LINE_SEQUENCE_1, true); in testContinuedGesture_continuationArrivesAfterDispatched_gestureCompletes() 467 injectEventsSync(combinedLines1, mServiceInterface, CONTINUED_LINE_SEQUENCE_1); in testContinuedGesture_withTwoTouchPoints_gestureCompletes() 470 verify(mServiceInterface).onPerformGestureResult(CONTINUED_LINE_SEQUENCE_1, true); in testContinuedGesture_withTwoTouchPoints_gestureCompletes() 499 injectEventsSync(mContinuedLineList1, mServiceInterface, CONTINUED_LINE_SEQUENCE_1); in testContinuedGesture_continuationArrivesWhileDispatching_gestureCompletes() 503 verify(mServiceInterface).onPerformGestureResult(CONTINUED_LINE_SEQUENCE_1, true); in testContinuedGesture_continuationArrivesWhileDispatching_gestureCompletes() 525 injectEventsSync(mContinuedLineList1, mServiceInterface, CONTINUED_LINE_SEQUENCE_1); in testContinuedGesture_twoContinuationsArriveWhileDispatching_gestureCompletes() 542 verify(mServiceInterface).onPerformGestureResult(CONTINUED_LINE_SEQUENCE_1, true); in testContinuedGesture_twoContinuationsArriveWhileDispatching_gestureCompletes() 567 injectEventsSync(mContinuedLineList1, mServiceInterface, CONTINUED_LINE_SEQUENCE_1); in testContinuedGesture_nonContinuingGestureArrivesDuringDispatch_gestureCanceled() [all …]
|