Home
last modified time | relevance | path

Searched refs:SOURCE_MOUSE (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAutoclickController.java73 if (event.isFromSource(InputDevice.SOURCE_MOUSE)) { in onMotionEvent()
105 if (inputSource == InputDevice.SOURCE_MOUSE && mClickScheduler != null) { in clearEvents()
DAccessibilityInputFilter.java239 if (event.isFromSource(InputDevice.SOURCE_MOUSE)) { in getEventStreamState()
DMotionEventInjector.java118 if ((event.isFromSource(InputDevice.SOURCE_MOUSE) in onMotionEvent()
/frameworks/base/core/tests/coretests/src/android/widget/espresso/
DMouseUiController.java70 event.setSource(InputDevice.SOURCE_MOUSE); in injectMotionEvent()
/frameworks/base/core/java/android/view/
DInputDevice.java186 public static final int SOURCE_MOUSE = 0x00002000 | SOURCE_CLASS_POINTER; field in InputDevice
1017 appendSourceDescriptionIfApplicable(description, SOURCE_MOUSE, "mouse"); in toString()
DViewGroup.java2469 if (event.isFromSource(InputDevice.SOURCE_MOUSE)) { in onInterceptHoverEvent()
3225 if (ev.isFromSource(InputDevice.SOURCE_MOUSE) in onInterceptTouchEvent()
DView.java7401 if (event.isFromSource(InputDevice.SOURCE_MOUSE) &&
15061 && event.isFromSource(InputDevice.SOURCE_MOUSE) in onHoverEvent()
15187 || !event.isFromSource(InputDevice.SOURCE_MOUSE) in handleScrollBarDragging()
DViewRootImpl.java5666 if (event.getPointerCount() == 1 && event.isFromSource(InputDevice.SOURCE_MOUSE)) { in maybeUpdatePointerIcon()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DAccessibilityInputFilterTest.java238 send(downEvent(DEFAULT_DISPLAY, InputDevice.SOURCE_MOUSE)); in testInputEvent_shouldClearEventsForAllEventHandlers()
DMotionEventInjectorTest.java99 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()
/frameworks/base/services/core/java/com/android/server/wm/
DDragState.java234 if (isFromSource(InputDevice.SOURCE_MOUSE)) { in closeLocked()
691 if (isFromSource(InputDevice.SOURCE_MOUSE)) { in overridePointerIconLocked()
DSystemGesturesPointerEventListener.java171 if (event.isFromSource(InputDevice.SOURCE_MOUSE)) { in onPointerEvent()
DWindowManagerService.java6710 if (motionEvent.isFromSource(InputDevice.SOURCE_MOUSE)) { in onPointerEvent()
7708 final boolean isMouseEvent = ev.getSource() == InputDevice.SOURCE_MOUSE; in injectInputAfterTransactionsApplied()
/frameworks/base/cmds/input/src/com/android/commands/input/
DInput.java55 put("mouse", InputDevice.SOURCE_MOUSE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelView.java279 if (isFullyCollapsed() && event.isFromSource(InputDevice.SOURCE_MOUSE)) { in onTouchEvent()
/frameworks/base/core/java/android/widget/
DEditor.java1442 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);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt32288 field public static final int SOURCE_MOUSE = 8194; // 0x2002
/frameworks/base/non-updatable-api/
Dcurrent.txt50245 field public static final int SOURCE_MOUSE = 8194; // 0x2002
/frameworks/base/api/
Dcurrent.txt50389 field public static final int SOURCE_MOUSE = 8194; // 0x2002