Searched refs:SOURCE_CLASS_JOYSTICK (Results 1 – 7 of 7) sorted by relevance
133 public static final int SOURCE_CLASS_JOYSTICK = 0x00000010; field in InputDevice234 public static final int SOURCE_JOYSTICK = 0x01000000 | SOURCE_CLASS_JOYSTICK;
493 } else if ((source & InputDevice.SOURCE_CLASS_JOYSTICK) != 0) { in onGenericMotionEvent()
4074 } else if ((source & InputDevice.SOURCE_CLASS_JOYSTICK) != 0) { in onProcess()4099 } else if ((source & InputDevice.SOURCE_CLASS_JOYSTICK) != 0) { in onDeliverToNext()
163 NO DOC BLOCK: android.view.InputDevice Field SOURCE_CLASS_JOYSTICK
667 } else if ((source & InputDevice.SOURCE_CLASS_JOYSTICK) != 0) { in onGenericMotionEvent()
222 <li>{@link android.view.InputDevice#SOURCE_CLASS_JOYSTICK} — the source231 has joystick axes. Implies SOURCE_CLASS_JOYSTICK.</li>
32106 field public static final int SOURCE_CLASS_JOYSTICK = 16; // 0x10