HomeSort by relevance Sort by last modified time
    Searched refs:SOURCE_CLASS_BUTTON (Results 1 - 8 of 8) sorted by null

  /frameworks/support/v4/java/android/support/v4/view/
InputDeviceCompat.java 45 public static final int SOURCE_CLASS_BUTTON = 0x00000001;
109 * @see #SOURCE_CLASS_BUTTON
111 public static final int SOURCE_KEYBOARD = 0x00000100 | SOURCE_CLASS_BUTTON;
116 * @see #SOURCE_CLASS_BUTTON
118 public static final int SOURCE_DPAD = 0x00000200 | SOURCE_CLASS_BUTTON;
124 * @see #SOURCE_CLASS_BUTTON
126 public static final int SOURCE_GAMEPAD = 0x00000400 | SOURCE_CLASS_BUTTON;
204 public static final int SOURCE_HDMI = 0x02000000 | SOURCE_CLASS_BUTTON;
  /frameworks/base/core/java/android/view/
InputDevice.java 88 public static final int SOURCE_CLASS_BUTTON = 0x00000001;
148 * @see #SOURCE_CLASS_BUTTON
150 public static final int SOURCE_KEYBOARD = 0x00000100 | SOURCE_CLASS_BUTTON;
155 * @see #SOURCE_CLASS_BUTTON
157 public static final int SOURCE_DPAD = 0x00000200 | SOURCE_CLASS_BUTTON;
163 * @see #SOURCE_CLASS_BUTTON
165 public static final int SOURCE_GAMEPAD = 0x00000400 | SOURCE_CLASS_BUTTON;
272 public static final int SOURCE_HDMI = 0x02000000 | SOURCE_CLASS_BUTTON;
    [all...]
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 

Completed in 272 milliseconds