Searched refs:SOURCE_GAMEPAD (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/v4/java/android/support/v4/view/
H A DInputDeviceCompat.java126 public static final int SOURCE_GAMEPAD = 0x00000400 | SOURCE_CLASS_BUTTON; field in class:InputDeviceCompat
192 * (It may also be a {@link #SOURCE_GAMEPAD}).
/frameworks/base/core/java/android/view/
H A DInputDevice.java165 public static final int SOURCE_GAMEPAD = 0x00000400 | SOURCE_CLASS_BUTTON; field in class:InputDevice
260 * (It may also be a {@link #SOURCE_GAMEPAD}).
950 appendSourceDescriptionIfApplicable(description, SOURCE_GAMEPAD, "gamepad");
/frameworks/base/cmds/input/src/com/android/commands/input/
H A DInput.java42 put("gamepad", InputDevice.SOURCE_GAMEPAD);
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
H A DMLand.java262 return (((sources & InputDevice.SOURCE_GAMEPAD) == InputDevice.SOURCE_GAMEPAD)

Completed in 42 milliseconds