Searched refs:mContinuedLineList2 (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
D | MotionEventInjectorTest.java | 129 List<GestureStep> mContinuedLineList2 = new ArrayList<>(); field in MotionEventInjectorTest 161 mContinuedLineList2 = createSimpleGestureFromPoints(CONTINUED_LINE_STROKE_ID_2, in setUp() 429 injectEventsSync(mContinuedLineList2, mServiceInterface, CONTINUED_LINE_SEQUENCE_2); in testContinuedGesture_continuationArrivesAfterDispatched_gestureCompletes() 464 mContinuedLineList2, continuedBackLineList2); in testContinuedGesture_withTwoTouchPoints_gestureCompletes() 501 injectEventsSync(mContinuedLineList2, mServiceInterface, CONTINUED_LINE_SEQUENCE_2); in testContinuedGesture_continuationArrivesWhileDispatching_gestureCompletes() 609 List<GestureStep> discontinuousGesture = mContinuedLineList2 in testContinuedGesture_misMatchedContinuationArrives_bothGesturesCanceled() 610 .subList(1, mContinuedLineList2.size()); in testContinuedGesture_misMatchedContinuationArrives_bothGesturesCanceled() 628 injectEventsSync(mContinuedLineList2, otherService, CONTINUED_LINE_SEQUENCE_2); in testContinuedGesture_continuationArrivesFromOtherService_bothGesturesCanceled() 648 injectEventsSync(mContinuedLineList2, mServiceInterface, CONTINUED_LINE_SEQUENCE_2); in testContinuedGesture_realGestureArrivesInBetween_getsCanceled()
|