Searched refs:calibration (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/services/core/java/com/android/server/input/ |
D | PersistentDataStore.java | 100 …TouchCalibration(String inputDeviceDescriptor, int surfaceRotation, TouchCalibration calibration) { in setTouchCalibration() argument 103 if (state.setTouchCalibration(surfaceRotation, calibration)) { in setTouchCalibration() 320 public boolean setTouchCalibration(int surfaceRotation, TouchCalibration calibration) { in setTouchCalibration() argument 322 if (!calibration.equals(mTouchCalibration[surfaceRotation])) { in setTouchCalibration() 323 mTouchCalibration[surfaceRotation] = calibration; in setTouchCalibration()
|
D | InputManagerService.java | 750 TouchCalibration calibration) { in setTouchCalibrationForInputDevice() argument 758 if (calibration == null) { in setTouchCalibrationForInputDevice() 768 calibration)) { in setTouchCalibrationForInputDevice()
|
/frameworks/base/core/java/android/hardware/input/ |
D | IInputManager.aidl | 46 in TouchCalibration calibration); in setTouchCalibrationForInputDevice() argument
|
D | InputManager.java | 534 TouchCalibration calibration) { in setTouchCalibration() argument 536 … mIm.setTouchCalibrationForInputDevice(inputDeviceDescriptor, surfaceRotation, calibration); in setTouchCalibration()
|
/frameworks/base/docs/html/guide/topics/sensors/ |
D | sensors_position.jd | 132 <td>Geomagnetic field strength (without hard iron calibration) along the x axis.</td> 137 <td>Geomagnetic field strength (without hard iron calibration) along the y axis.</td> 141 <td>Geomagnetic field strength (without hard iron calibration) along the z axis.</td> 358 sensor</a>, except that no hard iron calibration is applied to the magnetic field. Factory calibrat… 368 calibration. Some applications may prefer these uncalibrated results as smoother and more
|
D | sensors_motion.jd | 421 except that no gyro-drift compensation is applied to the rate of rotation. Factory calibration 432 calibration. Some applications may prefer these uncalibrated results as smoother and more 472 to build a calibration step into your application. During calibration you can ask the user to set
|
D | sensors_environment.jd | 99 calibration, filtering, or modification, which makes them some of the easiest sensors to use. To
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.3.jd | 883 provide your own custom calibration for the sensor data by enhancing the estimated bias with
|