Searched refs:SOURCE_CLASS_NONE (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v4/java/android/support/v4/view/
H A DInputDeviceCompat.java37 public static final int SOURCE_CLASS_NONE = 0x00000000; field in class:InputDeviceCompat
186 * @see #SOURCE_CLASS_NONE
188 public static final int SOURCE_TOUCH_NAVIGATION = 0x00200000 | SOURCE_CLASS_NONE;
/frameworks/base/core/java/android/view/
H A DInputDevice.java78 public static final int SOURCE_CLASS_NONE = 0x00000000; field in class:InputDevice
254 * @see #SOURCE_CLASS_NONE
256 public static final int SOURCE_TOUCH_NAVIGATION = 0x00200000 | SOURCE_CLASS_NONE;
262 * @see #SOURCE_CLASS_NONE
265 public static final int SOURCE_ROTARY_ENCODER = 0x00400000 | SOURCE_CLASS_NONE;

Completed in 118 milliseconds