Searched refs:SOURCE_MOUSE (Results 1 - 15 of 15) sorted by relevance

/frameworks/support/v4/java/android/support/v4/view/
H A DInputDeviceCompat.java49 * Examples: {@link #SOURCE_TOUCHSCREEN}, {@link #SOURCE_MOUSE}.
142 public static final int SOURCE_MOUSE = 0x00002000 | SOURCE_CLASS_POINTER; field in class:InputDeviceCompat
/frameworks/base/core/tests/coretests/src/android/widget/espresso/
H A DMouseUiController.java32 * Class to wrap an UiController to overwrite source of motion events to SOURCE_MOUSE.
67 event.setSource(InputDevice.SOURCE_MOUSE);
/frameworks/support/v13/java/android/support/v13/view/
H A DDragStartHelper.java136 MotionEventCompat.isFromSource(event, InputDeviceCompat.SOURCE_MOUSE) &&
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAutoclickController.java77 if (event.isFromSource(InputDevice.SOURCE_MOUSE)) {
125 if (inputSource == InputDevice.SOURCE_MOUSE && mClickScheduler != null) {
H A DAccessibilityInputFilter.java227 if (event.isFromSource(InputDevice.SOURCE_MOUSE)) {
/frameworks/base/core/java/android/view/
H A DInputDevice.java92 * Examples: {@link #SOURCE_TOUCHSCREEN}, {@link #SOURCE_MOUSE}.
181 public static final int SOURCE_MOUSE = 0x00002000 | SOURCE_CLASS_POINTER; field in class:InputDevice
635 * type such as {@link InputDevice#SOURCE_MOUSE}, a more generic device class, such as
972 appendSourceDescriptionIfApplicable(description, SOURCE_MOUSE, "mouse");
H A DViewGroup.java2072 if (event.isFromSource(InputDevice.SOURCE_MOUSE)) {
2832 if (ev.isFromSource(InputDevice.SOURCE_MOUSE)
H A DView.java5739 if (event.isFromSource(InputDevice.SOURCE_MOUSE) &&
10845 && event.isFromSource(InputDevice.SOURCE_MOUSE)
10968 || !event.isFromSource(InputDevice.SOURCE_MOUSE)
H A DViewRootImpl.java4431 (event.isFromSource(InputDevice.SOURCE_MOUSE) && mCapturingView != null) ?
4447 if (event.getPointerCount() == 1 && event.isFromSource(InputDevice.SOURCE_MOUSE)) {
/frameworks/base/services/core/java/com/android/server/policy/
H A DSystemGesturesPointerEventListener.java134 if (event.isFromSource(InputDevice.SOURCE_MOUSE)) {
/frameworks/base/services/core/java/com/android/server/wm/
H A DDragState.java390 if (isFromSource(InputDevice.SOURCE_MOUSE)) {
594 if (isFromSource(InputDevice.SOURCE_MOUSE)) {
H A DWindowManagerService.java11080 if (motionEvent.isFromSource(InputDevice.SOURCE_MOUSE)) {
/frameworks/base/cmds/input/src/com/android/commands/input/
H A DInput.java44 put("mouse", InputDevice.SOURCE_MOUSE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelView.java222 if (isFullyCollapsed() && event.isFromSource(InputDevice.SOURCE_MOUSE)) {
/frameworks/base/core/java/android/widget/
H A DEditor.java1313 final boolean isMouse = event.isFromSource(InputDevice.SOURCE_MOUSE);
1334 if (!event.isFromSource(InputDevice.SOURCE_MOUSE)) {
5204 final boolean isMouse = event.isFromSource(InputDevice.SOURCE_MOUSE);
5367 final boolean isMouse = event.isFromSource(InputDevice.SOURCE_MOUSE);

Completed in 492 milliseconds