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

/frameworks/base/core/java/android/view/
H A DInputEventConsistencyVerifier.java176 } else if ((motionEvent.getSource() & InputDevice.SOURCE_CLASS_TRACKBALL) != 0) {
265 if ((source & InputDevice.SOURCE_CLASS_TRACKBALL) != 0) {
302 problem("Source was not SOURCE_CLASS_TRACKBALL.");
542 } else if ((motionEvent.getSource() & InputDevice.SOURCE_CLASS_TRACKBALL) != 0) {
H A DInputDevice.java111 public static final int SOURCE_CLASS_TRACKBALL = 0x00000004; field in class:InputDevice
203 * @see #SOURCE_CLASS_TRACKBALL
205 public static final int SOURCE_TRACKBALL = 0x00010000 | SOURCE_CLASS_TRACKBALL;
H A DViewRootImpl.java3827 } else if ((source & InputDevice.SOURCE_CLASS_TRACKBALL) != 0) {
3992 if ((source & InputDevice.SOURCE_CLASS_TRACKBALL) != 0) {
4014 if ((source & InputDevice.SOURCE_CLASS_TRACKBALL) != 0) {
/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodSessionWrapper.java216 if (motionEvent.isFromSource(InputDevice.SOURCE_CLASS_TRACKBALL)) {
/frameworks/base/core/java/android/app/
H A DInstrumentation.java954 if ((event.getSource() & InputDevice.SOURCE_CLASS_TRACKBALL) == 0) {

Completed in 222 milliseconds