Searched refs:isMouseEvent (Results 1 – 2 of 2) sorted by relevance
286 MotionEventMatcher isMouseEvent = new MotionEventMatcher(mouseEvent); in testInjectEvents_withRealMouseGestureUnderway_shouldContinueRealAndPassInjected() local292 assertThat(mCaptor1.getAllValues().get(0), isMouseEvent); in testInjectEvents_withRealMouseGestureUnderway_shouldContinueRealAndPassInjected()
2678 final boolean isMouseEvent = ev.getSource() == InputDevice.SOURCE_MOUSE; in dispatchTouchEvent()2680 && !isMouseEvent; in dispatchTouchEvent()