Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DMotionEventInjectorTest.java123 MotionEventInjector mMotionEventInjector; field in MotionEventInjectorTest
149 return mMotionEventInjector.handleMessage(msg); in setUp()
247 attachMockNext(mMotionEventInjector); in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash()
287 mMotionEventInjector.onMotionEvent(mouseEvent, mouseEvent, 0); in testInjectEvents_withRealMouseGestureUnderway_shouldContinueRealAndPassInjected()
663 mMotionEventInjector.clearEvents(MOTION_EVENT_SOURCE); in testClearEvents_realGestureInProgress_shouldForgetAboutGesture()
676 mMotionEventInjector.clearEvents(OTHER_EVENT_SOURCE); in testClearEventsOnOtherSource_realGestureInProgress_shouldNotForgetAboutGesture()
688 mMotionEventInjector.onDestroy(); in testOnDestroy_shouldCancelGestures()
708 mMotionEventInjector.onKeyEvent(event, 0); in testOnKeyEvent_shouldPassToNext()
715 mMotionEventInjector.onKeyEvent(event, 0); in testOnKeyEvent_withNoNext_shouldNotCrash()
722 mMotionEventInjector.onAccessibilityEvent(event); in testOnAccessibilityEvent_shouldPassToNext()
[all …]