Searched refs:SOURCE_TRACKBALL (Results 1 – 5 of 5) sorted by relevance
46 put("trackball", InputDevice.SOURCE_TRACKBALL);122 inputSource = getSource(inputSource, InputDevice.SOURCE_TRACKBALL); in run()128 inputSource = getSource(inputSource, InputDevice.SOURCE_TRACKBALL); in run()
207 public static final int SOURCE_TRACKBALL = 0x00010000 | SOURCE_CLASS_TRACKBALL; field in InputDevice903 appendSourceDescriptionIfApplicable(description, SOURCE_TRACKBALL, "trackball"); in toString()
959 event.setSource(InputDevice.SOURCE_TRACKBALL); in sendTrackballEventSync()
7180 if ((sources & InputDevice.SOURCE_TRACKBALL) == InputDevice.SOURCE_TRACKBALL) { in computeScreenConfigurationLocked()7390 int trackballState = mInputManager.getScanCodeState(-1, InputDevice.SOURCE_TRACKBALL, in detectSafeMode()
32122 field public static final int SOURCE_TRACKBALL = 65540; // 0x10004