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

/frameworks/base/core/java/android/view/
H A DInputDevice.java91 * Examples: {@link #SOURCE_TOUCHSCREEN}, {@link #SOURCE_MOUSE}.
171 public static final int SOURCE_TOUCHSCREEN = 0x00001000 | SOURCE_CLASS_POINTER; field in class:InputDevice
211 * associated with a display (unlike {@link #SOURCE_TOUCHSCREEN}).
900 appendSourceDescriptionIfApplicable(description, SOURCE_TOUCHSCREEN, "touchscreen");

Completed in 27 milliseconds