Searched refs:SOURCE_CLASS_TRACKBALL (Results 1 – 10 of 10) sorted by relevance
119 public static final int SOURCE_CLASS_TRACKBALL = 0x00000004; field in InputDevice242 public static final int SOURCE_TRACKBALL = 0x00010000 | SOURCE_CLASS_TRACKBALL;250 public static final int SOURCE_MOUSE_RELATIVE = 0x00020000 | SOURCE_CLASS_TRACKBALL;
183 } else if ((motionEvent.getSource() & InputDevice.SOURCE_CLASS_TRACKBALL) != 0) { in onInputEvent()272 if ((source & InputDevice.SOURCE_CLASS_TRACKBALL) != 0) { in onTrackballEvent()609 } else if ((motionEvent.getSource() & InputDevice.SOURCE_CLASS_TRACKBALL) != 0) { in onUnhandledEvent()
5456 } else if ((source & InputDevice.SOURCE_CLASS_TRACKBALL) != 0) { in onProcess()5795 if ((source & InputDevice.SOURCE_CLASS_TRACKBALL) != 0) { in onProcess()5821 if ((source & InputDevice.SOURCE_CLASS_TRACKBALL) != 0) { in onDeliverToNext()
238 if (motionEvent.isFromSource(InputDevice.SOURCE_CLASS_TRACKBALL)) { in onInputEvent()
172 if (motionEvent.isFromSource(InputDevice.SOURCE_CLASS_TRACKBALL)) { in onInputEvent()
1434 } else if ((source & InputDevice.SOURCE_CLASS_TRACKBALL) != 0) {
1133 if ((event.getSource() & InputDevice.SOURCE_CLASS_TRACKBALL) == 0) { in sendTrackballEventSync()
32282 field public static final int SOURCE_CLASS_TRACKBALL = 4; // 0x4
50239 field public static final int SOURCE_CLASS_TRACKBALL = 4; // 0x4
50383 field public static final int SOURCE_CLASS_TRACKBALL = 4; // 0x4