Searched refs:mContinuedLineList1 (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
D | MotionEventInjectorTest.java | 128 List<GestureStep> mContinuedLineList1 = new ArrayList<>(); field in MotionEventInjectorTest 159 mContinuedLineList1 = createSimpleGestureFromPoints(CONTINUED_LINE_STROKE_ID_1, 0, true, in setUp() 426 injectEventsSync(mContinuedLineList1, mServiceInterface, CONTINUED_LINE_SEQUENCE_1); in testContinuedGesture_continuationArrivesAfterDispatched_gestureCompletes() 462 mContinuedLineList1, continuedBackLineList1); in testContinuedGesture_withTwoTouchPoints_gestureCompletes() 499 injectEventsSync(mContinuedLineList1, mServiceInterface, CONTINUED_LINE_SEQUENCE_1); in testContinuedGesture_continuationArrivesWhileDispatching_gestureCompletes() 525 injectEventsSync(mContinuedLineList1, mServiceInterface, CONTINUED_LINE_SEQUENCE_1); in testContinuedGesture_twoContinuationsArriveWhileDispatching_gestureCompletes() 567 injectEventsSync(mContinuedLineList1, mServiceInterface, CONTINUED_LINE_SEQUENCE_1); in testContinuedGesture_nonContinuingGestureArrivesDuringDispatch_gestureCanceled() 586 injectEventsSync(mContinuedLineList1, mServiceInterface, CONTINUED_LINE_SEQUENCE_1); in testContinuedGesture_nonContinuingGestureArrivesAfterDispatch_gestureCanceled() 606 injectEventsSync(mContinuedLineList1, mServiceInterface, CONTINUED_LINE_SEQUENCE_1); in testContinuedGesture_misMatchedContinuationArrives_bothGesturesCanceled() 626 injectEventsSync(mContinuedLineList1, mServiceInterface, CONTINUED_LINE_SEQUENCE_1); in testContinuedGesture_continuationArrivesFromOtherService_bothGesturesCanceled() [all …]
|