/frameworks/support/compat/java/android/support/v4/view/ |
D | InputDeviceCompat.java | 142 public static final int SOURCE_MOUSE = 0x00002000 | SOURCE_CLASS_POINTER; field in InputDeviceCompat
|
/frameworks/base/core/tests/coretests/src/android/widget/espresso/ |
D | MouseUiController.java | 67 event.setSource(InputDevice.SOURCE_MOUSE); in injectMotionEvent()
|
/frameworks/support/v13/java/android/support/v13/view/ |
D | DragStartHelper.java | 140 if (!MotionEventCompat.isFromSource(event, InputDeviceCompat.SOURCE_MOUSE) in onTouch()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | AutoclickController.java | 77 if (event.isFromSource(InputDevice.SOURCE_MOUSE)) { in onMotionEvent() 125 if (inputSource == InputDevice.SOURCE_MOUSE && mClickScheduler != null) { in clearEvents()
|
D | AccessibilityInputFilter.java | 242 if (event.isFromSource(InputDevice.SOURCE_MOUSE)) { in getEventStreamState()
|
/frameworks/base/core/java/android/view/ |
D | InputDevice.java | 181 public static final int SOURCE_MOUSE = 0x00002000 | SOURCE_CLASS_POINTER; field in InputDevice 982 appendSourceDescriptionIfApplicable(description, SOURCE_MOUSE, "mouse"); in toString()
|
D | ViewGroup.java | 2364 if (event.isFromSource(InputDevice.SOURCE_MOUSE)) { in onInterceptHoverEvent() 3124 if (ev.isFromSource(InputDevice.SOURCE_MOUSE) in onInterceptTouchEvent()
|
D | View.java | 6394 if (event.isFromSource(InputDevice.SOURCE_MOUSE) && 12684 && event.isFromSource(InputDevice.SOURCE_MOUSE) 12810 || !event.isFromSource(InputDevice.SOURCE_MOUSE)
|
D | ViewRootImpl.java | 4790 if (event.getPointerCount() == 1 && event.isFromSource(InputDevice.SOURCE_MOUSE)) { in maybeUpdatePointerIcon()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DragState.java | 412 if (isFromSource(InputDevice.SOURCE_MOUSE)) { in cleanUpDragLw() 621 if (isFromSource(InputDevice.SOURCE_MOUSE)) { in overridePointerIconLw()
|
D | WindowManagerService.java | 7083 if (motionEvent.isFromSource(InputDevice.SOURCE_MOUSE)) { in onPointerEvent()
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | SystemGesturesPointerEventListener.java | 138 if (event.isFromSource(InputDevice.SOURCE_MOUSE)) { in onPointerEvent()
|
/frameworks/base/cmds/input/src/com/android/commands/input/ |
D | Input.java | 45 put("mouse", InputDevice.SOURCE_MOUSE);
|
/frameworks/support/v13/tests/java/android/support/v13/view/ |
D | DragStartHelperTest.java | 129 buttonState, 0, 0, -1, 0, InputDevice.SOURCE_MOUSE, 0);
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
D | MotionEventInjectorTest.java | 99 private static final int OTHER_EVENT_SOURCE = InputDevice.SOURCE_MOUSE; 261 mouseEvent.setSource(InputDevice.SOURCE_MOUSE); in testInjectEvents_withRealMouseGestureUnderway_shouldContinueRealAndPassInjected()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PanelView.java | 257 if (isFullyCollapsed() && event.isFromSource(InputDevice.SOURCE_MOUSE)) { in onTouchEvent()
|
/frameworks/base/core/java/android/widget/ |
D | Editor.java | 1311 final boolean isMouse = event.isFromSource(InputDevice.SOURCE_MOUSE); in updateTapState() 1332 if (!event.isFromSource(InputDevice.SOURCE_MOUSE)) { in shouldFilterOutTouchEvent() 5316 final boolean isMouse = event.isFromSource(InputDevice.SOURCE_MOUSE); 5480 final boolean isMouse = event.isFromSource(InputDevice.SOURCE_MOUSE);
|
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
D | RecyclerView.java | 1787 if (ev != null && !MotionEventCompat.isFromSource(ev, InputDevice.SOURCE_MOUSE)) { in scrollByInternal()
|
/frameworks/support/api/ |
D | 22.1.0.txt | 3433 field public static final int SOURCE_MOUSE = 8194; // 0x2002
|
D | 22.2.0.txt | 3830 field public static final int SOURCE_MOUSE = 8194; // 0x2002
|
D | 22.2.1.txt | 3859 field public static final int SOURCE_MOUSE = 8194; // 0x2002
|
D | 25.1.0.txt | 6429 field public static final int SOURCE_MOUSE = 8194; // 0x2002
|
D | 25.0.0.txt | 6018 field public static final int SOURCE_MOUSE = 8194; // 0x2002
|
D | 23.0.0.txt | 4529 field public static final int SOURCE_MOUSE = 8194; // 0x2002
|
D | 25.2.0.txt | 6429 field public static final int SOURCE_MOUSE = 8194; // 0x2002
|