Searched refs:calibration (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/services/core/java/com/android/server/input/ |
D | PersistentDataStore.java | 108 …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()
|
D | InputManagerService.java | 861 TouchCalibration calibration) { in setTouchCalibrationForInputDevice() argument 869 if (calibration == null) { in setTouchCalibrationForInputDevice() 879 calibration)) { in setTouchCalibrationForInputDevice()
|
/frameworks/base/core/java/android/hardware/input/ |
D | IInputManager.aidl | 50 in TouchCalibration calibration); in setTouchCalibrationForInputDevice() argument
|
D | InputManager.java | 718 TouchCalibration calibration) { in setTouchCalibration() argument 720 … 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/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/ |
D | StaticMetadata.java | 424 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/ |
D | android-4.3.jd | 883 provide your own custom calibration for the sensor data by enhancing the estimated bias with
|
/frameworks/base/docs/html/ndk/reference/ |
D | group___input.jd | 811 …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…
|