Home
last modified time | relevance | path

Searched refs:SOURCE_DPAD (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/
DInputDevice.java156 public static final int SOURCE_DPAD = 0x00000200 | SOURCE_CLASS_BUTTON; field in InputDevice
899 appendSourceDescriptionIfApplicable(description, SOURCE_DPAD, "dpad"); in toString()
/frameworks/base/cmds/input/src/com/android/commands/input/
DInput.java41 put("dpad", InputDevice.SOURCE_DPAD);
/frameworks/base/docs/html/training/game-controllers/
Dcontroller-input.jd126 <li>A source type of {@link android.view.InputDevice#SOURCE_DPAD} indicates that
434 if ((event.getSource() &amp; InputDevice.SOURCE_DPAD)
435 != InputDevice.SOURCE_DPAD) {
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java7183 } else if ((sources & InputDevice.SOURCE_DPAD) == InputDevice.SOURCE_DPAD in computeScreenConfigurationLocked()
7388 int dpadState = mInputManager.getKeyCodeState(-1, InputDevice.SOURCE_DPAD, in detectSafeMode()
/frameworks/base/api/
Dcurrent.txt32112 field public static final int SOURCE_DPAD = 513; // 0x201