Searched refs:SOURCE_TRACKBALL (Results 1 - 6 of 6) sorted by relevance

/frameworks/support/compat/src/main/java/androidx/core/view/
H A DInputDeviceCompat.java65 * Examples: {@link #SOURCE_TRACKBALL}.
169 public static final int SOURCE_TRACKBALL = 0x00010000 | SOURCE_CLASS_TRACKBALL; field in class:InputDeviceCompat
/frameworks/base/cmds/input/src/com/android/commands/input/
H A DInput.java47 put("trackball", InputDevice.SOURCE_TRACKBALL);
136 inputSource = getSource(inputSource, InputDevice.SOURCE_TRACKBALL);
142 inputSource = getSource(inputSource, InputDevice.SOURCE_TRACKBALL);
/frameworks/base/core/java/android/view/
H A DInputDevice.java108 * Examples: {@link #SOURCE_TRACKBALL}.
239 public static final int SOURCE_TRACKBALL = 0x00010000 | SOURCE_CLASS_TRACKBALL; field in class:InputDevice
1016 appendSourceDescriptionIfApplicable(description, SOURCE_TRACKBALL, "trackball");
/frameworks/base/core/java/android/app/
H A DInstrumentation.java1099 event.setSource(InputDevice.SOURCE_TRACKBALL);
/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java1347 if ((sources & InputDevice.SOURCE_TRACKBALL) == InputDevice.SOURCE_TRACKBALL) {
H A DWindowManagerService.java4495 int trackballState = mInputManager.getScanCodeState(-1, InputDevice.SOURCE_TRACKBALL,

Completed in 102 milliseconds