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

/frameworks/base/core/java/android/view/
H A DInputDevice.java101 public static final int SOURCE_CLASS_POINTER = 0x00000002; field in class:InputDevice
117 * (unlike {@link #SOURCE_CLASS_POINTER}).
169 * @see #SOURCE_CLASS_POINTER
171 public static final int SOURCE_TOUCHSCREEN = 0x00001000 | SOURCE_CLASS_POINTER;
178 * @see #SOURCE_CLASS_POINTER
180 public static final int SOURCE_MOUSE = 0x00002000 | SOURCE_CLASS_POINTER;
198 * @see #SOURCE_CLASS_POINTER
200 public static final int SOURCE_STYLUS = 0x00004000 | SOURCE_CLASS_POINTER;
594 * {@link InputDevice#SOURCE_CLASS_POINTER}, or a combination of sources bitwise ORed together.
774 * such as {@link InputDevice#SOURCE_CLASS_POINTER}
[all...]

Completed in 108 milliseconds