Searched refs:SOURCE_DPAD (Results 1 – 5 of 5) sorted by relevance
156 public static final int SOURCE_DPAD = 0x00000200 | SOURCE_CLASS_BUTTON; field in InputDevice899 appendSourceDescriptionIfApplicable(description, SOURCE_DPAD, "dpad"); in toString()
41 put("dpad", InputDevice.SOURCE_DPAD);
126 <li>A source type of {@link android.view.InputDevice#SOURCE_DPAD} indicates that434 if ((event.getSource() & InputDevice.SOURCE_DPAD)435 != InputDevice.SOURCE_DPAD) {
7183 } else if ((sources & InputDevice.SOURCE_DPAD) == InputDevice.SOURCE_DPAD in computeScreenConfigurationLocked()7388 int dpadState = mInputManager.getKeyCodeState(-1, InputDevice.SOURCE_DPAD, in detectSafeMode()
32112 field public static final int SOURCE_DPAD = 513; // 0x201