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.java264 MotionEvent mouseEvent = MotionEvent.obtain(mClickDownEvent); in testInjectEvents_withRealMouseGestureUnderway_shouldContinueRealAndPassInjected() local
265 mouseEvent.setSource(InputDevice.SOURCE_MOUSE); in testInjectEvents_withRealMouseGestureUnderway_shouldContinueRealAndPassInjected()
266 MotionEventMatcher isMouseEvent = new MotionEventMatcher(mouseEvent); in testInjectEvents_withRealMouseGestureUnderway_shouldContinueRealAndPassInjected()
267 mMotionEventInjector.onMotionEvent(mouseEvent, mouseEvent, 0); in testInjectEvents_withRealMouseGestureUnderway_shouldContinueRealAndPassInjected()