Searched refs:SOURCE_STYLUS (Results 1 - 3 of 3) sorted by path

/frameworks/base/cmds/input/src/com/android/commands/input/
H A DInput.java45 put("stylus", InputDevice.SOURCE_STYLUS);
/frameworks/base/core/java/android/view/
H A DInputDevice.java201 public static final int SOURCE_STYLUS = 0x00004000 | SOURCE_CLASS_POINTER; field in class:InputDevice
226 * @see #SOURCE_STYLUS
230 0x00008000 | SOURCE_STYLUS;
973 appendSourceDescriptionIfApplicable(description, SOURCE_STYLUS, "stylus");
/frameworks/support/compat/java/android/support/v4/view/
H A DInputDeviceCompat.java162 public static final int SOURCE_STYLUS = 0x00004000 | SOURCE_CLASS_POINTER; field in class:InputDeviceCompat

Completed in 188 milliseconds