Searched refs:SOURCE_TOUCHPAD (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/compat/java/android/support/v4/view/
H A DInputDeviceCompat.java177 public static final int SOURCE_TOUCHPAD = 0x00100000 | SOURCE_CLASS_POSITION; field in class:InputDeviceCompat
/frameworks/base/core/java/android/view/
H A DInputDevice.java253 public static final int SOURCE_TOUCHPAD = 0x00100000 | SOURCE_CLASS_POSITION; field in class:InputDevice
986 appendSourceDescriptionIfApplicable(description, SOURCE_TOUCHPAD, "touchpad");
/frameworks/base/cmds/input/src/com/android/commands/input/
H A DInput.java48 put("touchpad", InputDevice.SOURCE_TOUCHPAD);

Completed in 104 milliseconds