[go: nahoru, domu]

Searched defs:SOURCE_TRACKBALL (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v4/java/android/support/v4/view/
H A DInputDeviceCompat.java65 * Examples: {@link #SOURCE_TRACKBALL}.
169 public static final int SOURCE_TRACKBALL = 0x00010000 | SOURCE_CLASS_TRACKBALL; field in class:InputDeviceCompat
/frameworks/base/core/java/android/view/
H A DInputDevice.java106 * Examples: {@link #SOURCE_TRACKBALL}.
237 public static final int SOURCE_TRACKBALL = 0x00010000 | SOURCE_CLASS_TRACKBALL; field in class:InputDevice
974 appendSourceDescriptionIfApplicable(description, SOURCE_TRACKBALL, "trackball");

Completed in 19 milliseconds