Home
last modified time | relevance | path

Searched refs:SOURCE_JOYSTICK (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/view/
DInputDevice.java234 public static final int SOURCE_JOYSTICK = 0x01000000 | SOURCE_CLASS_JOYSTICK; field in InputDevice
905 appendSourceDescriptionIfApplicable(description, SOURCE_JOYSTICK, "joystick"); in toString()
/frameworks/base/cmds/input/src/com/android/commands/input/
DInput.java49 put("joystick", InputDevice.SOURCE_JOYSTICK);
/frameworks/base/docs/html/training/game-controllers/
Dcontroller-input.jd129 <li>A source type of {@link android.view.InputDevice#SOURCE_JOYSTICK}
151 || ((sources &amp; InputDevice.SOURCE_JOYSTICK)
152 == InputDevice.SOURCE_JOYSTICK)) {
519 if ((event.getSource() &amp; InputDevice.SOURCE_JOYSTICK) ==
520 InputDevice.SOURCE_JOYSTICK &amp;&amp;
Dcompatibility.jd105 <td>{@link android.view.InputDevice#SOURCE_JOYSTICK}</td>
/frameworks/base/docs/html/sdk/api_diff/12/
DmissingSinces.txt165 NO DOC BLOCK: android.view.InputDevice Field SOURCE_JOYSTICK
/frameworks/base/docs/html/about/versions/
Dandroid-3.1.jd230 <li>{@link android.view.InputDevice#SOURCE_JOYSTICK} &mdash; the source device
/frameworks/base/api/
Dsystem-current.txt34521 field public static final int SOURCE_JOYSTICK = 16777232; // 0x1000010
Dcurrent.txt32288 field public static final int SOURCE_JOYSTICK = 16777232; // 0x1000010