Searched refs:SOURCE_CLASS_TRACKBALL (Results 1 – 6 of 6) 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()
111 public static final int SOURCE_CLASS_TRACKBALL = 0x00000004; field in InputDevice205 public static final int SOURCE_TRACKBALL = 0x00010000 | SOURCE_CLASS_TRACKBALL;
3827 } else if ((source & InputDevice.SOURCE_CLASS_TRACKBALL) != 0) { in onProcess()3992 if ((source & InputDevice.SOURCE_CLASS_TRACKBALL) != 0) { in onProcess()4014 if ((source & InputDevice.SOURCE_CLASS_TRACKBALL) != 0) { in onDeliverToNext()
216 if (motionEvent.isFromSource(InputDevice.SOURCE_CLASS_TRACKBALL)) { in onInputEvent()
954 if ((event.getSource() & InputDevice.SOURCE_CLASS_TRACKBALL) == 0) { in sendTrackballEventSync()
26529 field public static final int SOURCE_CLASS_TRACKBALL = 4; // 0x4