Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInputEventConsistencyVerifier.java176 } 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()
DInputDevice.java113 public static final int SOURCE_CLASS_TRACKBALL = 0x00000004; field in InputDevice
207 public static final int SOURCE_TRACKBALL = 0x00010000 | SOURCE_CLASS_TRACKBALL;
DViewRootImpl.java3888 } else if ((source & InputDevice.SOURCE_CLASS_TRACKBALL) != 0) { in onProcess()
4071 if ((source & InputDevice.SOURCE_CLASS_TRACKBALL) != 0) { in onProcess()
4097 if ((source & InputDevice.SOURCE_CLASS_TRACKBALL) != 0) { in onDeliverToNext()
/frameworks/base/core/java/android/inputmethodservice/
DIInputMethodSessionWrapper.java235 if (motionEvent.isFromSource(InputDevice.SOURCE_CLASS_TRACKBALL)) { in onInputEvent()
/frameworks/base/media/java/android/media/tv/
DTvInputService.java1023 } else if ((source & InputDevice.SOURCE_CLASS_TRACKBALL) != 0) {
/frameworks/base/core/java/android/app/
DInstrumentation.java958 if ((event.getSource() & InputDevice.SOURCE_CLASS_TRACKBALL) == 0) { in sendTrackballEventSync()
/frameworks/base/api/
Dcurrent.txt32111 field public static final int SOURCE_CLASS_TRACKBALL = 4; // 0x4