Searched refs:isMouseEvent (Results 1 – 2 of 2) sorted by relevance
266 MotionEventMatcher isMouseEvent = new MotionEventMatcher(mouseEvent); in testInjectEvents_withRealMouseGestureUnderway_shouldContinueRealAndPassInjected() local272 assertThat(mCaptor1.getAllValues().get(0), isMouseEvent); in testInjectEvents_withRealMouseGestureUnderway_shouldContinueRealAndPassInjected()
7708 final boolean isMouseEvent = ev.getSource() == InputDevice.SOURCE_MOUSE; in injectInputAfterTransactionsApplied()7713 if (isDown || isMouseEvent) { in injectInputAfterTransactionsApplied()