Searched refs:SOURCE_CLASS_TRACKBALL (Results 1 – 8 of 8) sorted by relevance
176 } else if ((motionEvent.getSource() & InputDevice.SOURCE_CLASS_TRACKBALL) != 0) { in onInputEvent()265 if ((source & InputDevice.SOURCE_CLASS_TRACKBALL) != 0) { in onTrackballEvent()542 } else if ((motionEvent.getSource() & InputDevice.SOURCE_CLASS_TRACKBALL) != 0) { in onUnhandledEvent()
113 public static final int SOURCE_CLASS_TRACKBALL = 0x00000004; field in InputDevice207 public static final int SOURCE_TRACKBALL = 0x00010000 | SOURCE_CLASS_TRACKBALL;
3990 } else if ((source & InputDevice.SOURCE_CLASS_TRACKBALL) != 0) { in onProcess()4173 if ((source & InputDevice.SOURCE_CLASS_TRACKBALL) != 0) { in onProcess()4199 if ((source & InputDevice.SOURCE_CLASS_TRACKBALL) != 0) { in onDeliverToNext()
235 if (motionEvent.isFromSource(InputDevice.SOURCE_CLASS_TRACKBALL)) { in onInputEvent()
1089 } else if ((source & InputDevice.SOURCE_CLASS_TRACKBALL) != 0) {
959 if ((event.getSource() & InputDevice.SOURCE_CLASS_TRACKBALL) == 0) { in sendTrackballEventSync()
34517 field public static final int SOURCE_CLASS_TRACKBALL = 4; // 0x4
32284 field public static final int SOURCE_CLASS_TRACKBALL = 4; // 0x4