Searched defs:SOURCE_TOUCHSCREEN (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}.
133 public static final int SOURCE_TOUCHSCREEN = 0x00001000 | SOURCE_CLASS_POINTER; field in class:InputDeviceCompat
173 * associated with a display (unlike {@link #SOURCE_TOUCHSCREEN}).
/frameworks/base/core/java/android/view/
H A DInputDevice.java94 * Examples: {@link #SOURCE_TOUCHSCREEN}, {@link #SOURCE_MOUSE}.
174 public static final int SOURCE_TOUCHSCREEN = 0x00001000 | SOURCE_CLASS_POINTER; field in class:InputDevice
251 * associated with a display (unlike {@link #SOURCE_TOUCHSCREEN}).
1013 appendSourceDescriptionIfApplicable(description, SOURCE_TOUCHSCREEN, "touchscreen");

Completed in 32 milliseconds