Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DMotionEventInjectorTest.java266 MotionEventMatcher isMouseEvent = new MotionEventMatcher(mouseEvent); in testInjectEvents_withRealMouseGestureUnderway_shouldContinueRealAndPassInjected() local
272 assertThat(mCaptor1.getAllValues().get(0), isMouseEvent); in testInjectEvents_withRealMouseGestureUnderway_shouldContinueRealAndPassInjected()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java7708 final boolean isMouseEvent = ev.getSource() == InputDevice.SOURCE_MOUSE; in injectInputAfterTransactionsApplied()
7713 if (isDown || isMouseEvent) { in injectInputAfterTransactionsApplied()