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

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

Completed in 150 milliseconds