Searched defs:SOURCE_MOUSE (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/compat/src/main/java/androidx/core/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/java/android/view/
H A DInputDevice.java94 * Examples: {@link #SOURCE_TOUCHSCREEN}, {@link #SOURCE_MOUSE}.
183 public static final int SOURCE_MOUSE = 0x00002000 | SOURCE_CLASS_POINTER; field in class:InputDevice
647 * type such as {@link InputDevice#SOURCE_MOUSE}, a more generic device class, such as
1014 appendSourceDescriptionIfApplicable(description, SOURCE_MOUSE, "mouse");

Completed in 124 milliseconds