Home | History | Annotate | Download | only in view

Lines Matching defs:SOURCE_CLASS_BUTTON

90     public static final int SOURCE_CLASS_BUTTON = 0x00000001;
150 * @see #SOURCE_CLASS_BUTTON
152 public static final int SOURCE_KEYBOARD = 0x00000100 | SOURCE_CLASS_BUTTON;
157 * @see #SOURCE_CLASS_BUTTON
159 public static final int SOURCE_DPAD = 0x00000200 | SOURCE_CLASS_BUTTON;
165 * @see #SOURCE_CLASS_BUTTON
167 public static final int SOURCE_GAMEPAD = 0x00000400 | SOURCE_CLASS_BUTTON;
290 public static final int SOURCE_HDMI = 0x02000000 | SOURCE_CLASS_BUTTON;