Searched refs:mouseEvent (Results 1 – 1 of 1) sorted by relevance
284 MotionEvent mouseEvent = MotionEvent.obtain(mClickDownEvent); in testInjectEvents_withRealMouseGestureUnderway_shouldContinueRealAndPassInjected() local285 mouseEvent.setSource(InputDevice.SOURCE_MOUSE); in testInjectEvents_withRealMouseGestureUnderway_shouldContinueRealAndPassInjected()286 MotionEventMatcher isMouseEvent = new MotionEventMatcher(mouseEvent); in testInjectEvents_withRealMouseGestureUnderway_shouldContinueRealAndPassInjected()287 mMotionEventInjector.onMotionEvent(mouseEvent, mouseEvent, 0); in testInjectEvents_withRealMouseGestureUnderway_shouldContinueRealAndPassInjected()