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

/frameworks/support/compat/java/android/support/v4/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.java92 * Examples: {@link #SOURCE_TOUCHSCREEN}, {@link #SOURCE_MOUSE}.
172 public static final int SOURCE_TOUCHSCREEN = 0x00001000 | SOURCE_CLASS_POINTER; field in class:InputDevice
241 * associated with a display (unlike {@link #SOURCE_TOUCHSCREEN}).
971 appendSourceDescriptionIfApplicable(description, SOURCE_TOUCHSCREEN, "touchscreen");

Completed in 1631 milliseconds