Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DMotionEventInjectorTest.java284 MotionEvent mouseEvent = MotionEvent.obtain(mClickDownEvent); in testInjectEvents_withRealMouseGestureUnderway_shouldContinueRealAndPassInjected() local
285 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()