Searched refs:mMotionEventInjector (Results 1 – 1 of 1) sorted by relevance
123 MotionEventInjector mMotionEventInjector; field in MotionEventInjectorTest149 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 …]