Searched refs:SOURCE_CLASS_JOYSTICK (Results 1 – 7 of 7) sorted by relevance
64 if (event.isFromSource(InputDevice.SOURCE_CLASS_JOYSTICK)) { in onGenericMotionEvent()
139 public static final int SOURCE_CLASS_JOYSTICK = 0x00000010; field in InputDevice285 public static final int SOURCE_JOYSTICK = 0x01000000 | SOURCE_CLASS_JOYSTICK;
559 } else if ((source & InputDevice.SOURCE_CLASS_JOYSTICK) != 0) { in onGenericMotionEvent()
5628 } else if ((source & InputDevice.SOURCE_CLASS_JOYSTICK) != 0) { in onProcess()5653 } else if ((source & InputDevice.SOURCE_CLASS_JOYSTICK) != 0) { in onDeliverToNext()
691 } else if ((source & InputDevice.SOURCE_CLASS_JOYSTICK) != 0) { in onGenericMotionEvent()
32277 field public static final int SOURCE_CLASS_JOYSTICK = 16; // 0x10
48870 field public static final int SOURCE_CLASS_JOYSTICK = 16; // 0x10