Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/input/
DPersistentDataStore.java108 …TouchCalibration(String inputDeviceDescriptor, int surfaceRotation, TouchCalibration calibration) { in setTouchCalibration() argument
111 if (state.setTouchCalibration(surfaceRotation, calibration)) { in setTouchCalibration()
360 public boolean setTouchCalibration(int surfaceRotation, TouchCalibration calibration) { in setTouchCalibration() argument
362 if (!calibration.equals(mTouchCalibration[surfaceRotation])) { in setTouchCalibration()
363 mTouchCalibration[surfaceRotation] = calibration; in setTouchCalibration()
DInputManagerService.java861 TouchCalibration calibration) { in setTouchCalibrationForInputDevice() argument
869 if (calibration == null) { in setTouchCalibrationForInputDevice()
879 calibration)) { in setTouchCalibrationForInputDevice()
/frameworks/base/core/java/android/hardware/input/
DIInputManager.aidl50 in TouchCalibration calibration); in setTouchCalibrationForInputDevice() argument
DInputManager.java718 TouchCalibration calibration) { in setTouchCalibration() argument
720 … mIm.setTouchCalibrationForInputDevice(inputDeviceDescriptor, surfaceRotation, calibration); in setTouchCalibration()
/frameworks/base/docs/html/guide/topics/sensors/
Dsensors_position.jd132 <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
Dsensors_motion.jd421 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
Dsensors_environment.jd99 calibration, filtering, or modification, which makes them some of the easiest sensors to use. To
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
DStaticMetadata.java424 Integer calibration = getValueFromKeyNonNull(key); in getFocusDistanceCalibrationChecked() local
426 if (calibration == null) { in getFocusDistanceCalibrationChecked()
431 calibration >= CameraMetadata.LENS_INFO_FOCUS_DISTANCE_CALIBRATION_UNCALIBRATED && in getFocusDistanceCalibrationChecked()
432 calibration <= CameraMetadata.LENS_INFO_FOCUS_DISTANCE_CALIBRATION_CALIBRATED); in getFocusDistanceCalibrationChecked()
434 return calibration; in getFocusDistanceCalibrationChecked()
/frameworks/base/docs/html/about/versions/
Dandroid-4.3.jd883 provide your own custom calibration for the sensor data by enhancing the estimated bias with
/frameworks/base/docs/html/ndk/reference/
Dgroup___input.jd811 …sure), although values higher than 1 may be generated depending on the calibration of the input de…
2911 …sure), although values higher than 1 may be generated depending on the calibration of the input de…
3340 …sure), although values higher than 1 may be generated depending on the calibration of the input de…