Home
last modified time | relevance | path

Searched refs:SOURCE_CLASS_TRACKBALL (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/view/
DInputDevice.java119 public static final int SOURCE_CLASS_TRACKBALL = 0x00000004; field in InputDevice
242 public static final int SOURCE_TRACKBALL = 0x00010000 | SOURCE_CLASS_TRACKBALL;
250 public static final int SOURCE_MOUSE_RELATIVE = 0x00020000 | SOURCE_CLASS_TRACKBALL;
DInputEventConsistencyVerifier.java183 } 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()
DViewRootImpl.java5456 } 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()
/frameworks/base/core/java/android/inputmethodservice/
DIInputMethodSessionWrapper.java238 if (motionEvent.isFromSource(InputDevice.SOURCE_CLASS_TRACKBALL)) { in onInputEvent()
DMultiClientInputMethodClientCallbackAdaptor.java172 if (motionEvent.isFromSource(InputDevice.SOURCE_CLASS_TRACKBALL)) { in onInputEvent()
/frameworks/base/media/java/android/media/tv/
DTvInputService.java1434 } else if ((source & InputDevice.SOURCE_CLASS_TRACKBALL) != 0) {
/frameworks/base/core/java/android/app/
DInstrumentation.java1133 if ((event.getSource() & InputDevice.SOURCE_CLASS_TRACKBALL) == 0) { in sendTrackballEventSync()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt32282 field public static final int SOURCE_CLASS_TRACKBALL = 4; // 0x4
/frameworks/base/non-updatable-api/
Dcurrent.txt50239 field public static final int SOURCE_CLASS_TRACKBALL = 4; // 0x4
/frameworks/base/api/
Dcurrent.txt50383 field public static final int SOURCE_CLASS_TRACKBALL = 4; // 0x4