Searched refs:SOURCE_MOUSE (Results 1 – 19 of 19) sorted by relevance
73 if (event.isFromSource(InputDevice.SOURCE_MOUSE)) { in onMotionEvent()105 if (inputSource == InputDevice.SOURCE_MOUSE && mClickScheduler != null) { in clearEvents()
239 if (event.isFromSource(InputDevice.SOURCE_MOUSE)) { in getEventStreamState()
118 if ((event.isFromSource(InputDevice.SOURCE_MOUSE) in onMotionEvent()
70 event.setSource(InputDevice.SOURCE_MOUSE); in injectMotionEvent()
186 public static final int SOURCE_MOUSE = 0x00002000 | SOURCE_CLASS_POINTER; field in InputDevice1017 appendSourceDescriptionIfApplicable(description, SOURCE_MOUSE, "mouse"); in toString()
2469 if (event.isFromSource(InputDevice.SOURCE_MOUSE)) { in onInterceptHoverEvent()3225 if (ev.isFromSource(InputDevice.SOURCE_MOUSE) in onInterceptTouchEvent()
7401 if (event.isFromSource(InputDevice.SOURCE_MOUSE) &&15061 && event.isFromSource(InputDevice.SOURCE_MOUSE) in onHoverEvent()15187 || !event.isFromSource(InputDevice.SOURCE_MOUSE) in handleScrollBarDragging()
5666 if (event.getPointerCount() == 1 && event.isFromSource(InputDevice.SOURCE_MOUSE)) { in maybeUpdatePointerIcon()
238 send(downEvent(DEFAULT_DISPLAY, InputDevice.SOURCE_MOUSE)); in testInputEvent_shouldClearEventsForAllEventHandlers()
99 private static final int OTHER_EVENT_SOURCE = InputDevice.SOURCE_MOUSE;159 mHoverMoveEvent.setSource(InputDevice.SOURCE_MOUSE); in setUp()265 mouseEvent.setSource(InputDevice.SOURCE_MOUSE); in testInjectEvents_withRealMouseGestureUnderway_shouldContinueRealAndPassInjected()
234 if (isFromSource(InputDevice.SOURCE_MOUSE)) { in closeLocked()691 if (isFromSource(InputDevice.SOURCE_MOUSE)) { in overridePointerIconLocked()
171 if (event.isFromSource(InputDevice.SOURCE_MOUSE)) { in onPointerEvent()
6710 if (motionEvent.isFromSource(InputDevice.SOURCE_MOUSE)) { in onPointerEvent()7708 final boolean isMouseEvent = ev.getSource() == InputDevice.SOURCE_MOUSE; in injectInputAfterTransactionsApplied()
55 put("mouse", InputDevice.SOURCE_MOUSE);
279 if (isFullyCollapsed() && event.isFromSource(InputDevice.SOURCE_MOUSE)) { in onTouchEvent()
1442 final boolean isMouse = event.isFromSource(InputDevice.SOURCE_MOUSE); in updateTapState()1463 if (!event.isFromSource(InputDevice.SOURCE_MOUSE)) { in shouldFilterOutTouchEvent()5927 final boolean isMouse = event.isFromSource(InputDevice.SOURCE_MOUSE);6092 final boolean isMouse = event.isFromSource(InputDevice.SOURCE_MOUSE);
32288 field public static final int SOURCE_MOUSE = 8194; // 0x2002
50245 field public static final int SOURCE_MOUSE = 8194; // 0x2002
50389 field public static final int SOURCE_MOUSE = 8194; // 0x2002