Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DMotionEventInjectorTest.java131 MotionEvent mClickDownEvent; field in MotionEventInjectorTest
168 mClickDownEvent.setSource(InputDevice.SOURCE_TOUCHSCREEN); in setUp()
259 mMotionEventInjector.onMotionEvent(mClickDownEvent, mClickDownEvent, 0); in testRegularEvent_afterGestureComplete_shouldPassToNext()
267 mMotionEventInjector.onMotionEvent(mClickDownEvent, mClickDownEvent, 0); in testInjectEvents_withRealGestureUnderway_shouldCancelRealAndPassInjected()
299 mMotionEventInjector.onMotionEvent(mClickDownEvent, mClickDownEvent, 0); in testInjectEvents_withRealGestureFinished_shouldJustPassInjected()
322 mMotionEventInjector.onMotionEvent(mClickDownEvent, mClickDownEvent, 0); in testOnMotionEvents_openInjectedGestureInProgress_shouldCancelAndNotifyAndPassReal()
366 mMotionEventInjector.onMotionEvent(mClickDownEvent, mClickDownEvent, 0); in testOnMotionEvents_closedInjectedGestureInProgress_shouldOnlyNotifyAndPassReal()
646 mMotionEventInjector.onMotionEvent(mClickDownEvent, mClickDownEvent, 0); in testContinuedGesture_realGestureArrivesInBetween_getsCanceled()
662 mMotionEventInjector.onMotionEvent(mClickDownEvent, mClickDownEvent, 0); in testClearEvents_realGestureInProgress_shouldForgetAboutGesture()
675 mMotionEventInjector.onMotionEvent(mClickDownEvent, mClickDownEvent, 0); in testClearEventsOnOtherSource_realGestureInProgress_shouldNotForgetAboutGesture()
[all …]