Searched refs:SOURCE_CLASS_TRACKBALL (Results 1 - 7 of 7) sorted by relevance

/frameworks/support/compat/src/main/java/androidx/core/view/
H A DInputDeviceCompat.java74 public static final int SOURCE_CLASS_TRACKBALL = 0x00000004; field in class:InputDeviceCompat
167 * @see #SOURCE_CLASS_TRACKBALL
169 public static final int SOURCE_TRACKBALL = 0x00010000 | SOURCE_CLASS_TRACKBALL;
/frameworks/base/core/java/android/view/
H A DInputDevice.java116 public static final int SOURCE_CLASS_TRACKBALL = 0x00000004; field in class:InputDevice
237 * @see #SOURCE_CLASS_TRACKBALL
239 public static final int SOURCE_TRACKBALL = 0x00010000 | SOURCE_CLASS_TRACKBALL;
245 * @see #SOURCE_CLASS_TRACKBALL
247 public static final int SOURCE_MOUSE_RELATIVE = 0x00020000 | SOURCE_CLASS_TRACKBALL;
H A DInputEventConsistencyVerifier.java180 } else if ((motionEvent.getSource() & InputDevice.SOURCE_CLASS_TRACKBALL) != 0) {
269 if ((source & InputDevice.SOURCE_CLASS_TRACKBALL) != 0) {
306 problem("Source was not SOURCE_CLASS_TRACKBALL.");
604 } else if ((motionEvent.getSource() & InputDevice.SOURCE_CLASS_TRACKBALL) != 0) {
H A DViewRootImpl.java4911 } else if ((source & InputDevice.SOURCE_CLASS_TRACKBALL) != 0) {
5244 if ((source & InputDevice.SOURCE_CLASS_TRACKBALL) != 0) {
5270 if ((source & InputDevice.SOURCE_CLASS_TRACKBALL) != 0) {
/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodSessionWrapper.java235 if (motionEvent.isFromSource(InputDevice.SOURCE_CLASS_TRACKBALL)) {
/frameworks/base/core/java/android/app/
H A DInstrumentation.java1098 if ((event.getSource() & InputDevice.SOURCE_CLASS_TRACKBALL) == 0) {
/frameworks/base/media/java/android/media/tv/
H A DTvInputService.java1410 } else if ((source & InputDevice.SOURCE_CLASS_TRACKBALL) != 0) {

Completed in 97 milliseconds