HomeSort by relevance Sort by last modified time
    Searched refs:calibration (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/java/android/hardware/input/
IInputManager.aidl 46 in TouchCalibration calibration);
InputManager.java 516 Log.w(TAG, "Could not get calibration matrix for input device.", ex);
529 * @param calibration The calibration to be applied
534 TouchCalibration calibration) {
536 mIm.setTouchCalibrationForInputDevice(inputDeviceDescriptor, surfaceRotation, calibration);
538 Log.w(TAG, "Could not set calibration matrix for input device.", ex);
    [all...]
  /frameworks/base/services/core/java/com/android/server/input/
PersistentDataStore.java 100 public boolean setTouchCalibration(String inputDeviceDescriptor, int surfaceRotation, TouchCalibration calibration) {
103 if (state.setTouchCalibration(surfaceRotation, calibration)) {
315 Slog.w(InputManagerService.TAG, "Cannot get touch calibration.", ex);
320 public boolean setTouchCalibration(int surfaceRotation, TouchCalibration calibration) {
322 if (!calibration.equals(mTouchCalibration[surfaceRotation])) {
323 mTouchCalibration[surfaceRotation] = calibration;
328 Slog.w(InputManagerService.TAG, "Cannot set touch calibration.", ex);
444 } else if (parser.getName().equals("calibration")) {
451 "Missing format attribute on calibration.");
455 "Unsupported format for calibration.")
    [all...]
InputManagerService.java 750 TouchCalibration calibration) {
758 if (calibration == null) {
759 throw new IllegalArgumentException("calibration must not be null");
768 calibration))
    [all...]
  /external/chromium_org/v8/tools/
plot-timer-events 51 calibration_log=calibration.log
  /external/chromium_org/third_party/libxslt/libxslt/
xsltutils.c 1774 static long calibration = -1; variable
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/
StaticMetadata.java 378 Integer calibration = getValueFromKeyNonNull(key); local
380 if (calibration == null) {
385 calibration >= CameraMetadata.LENS_INFO_FOCUS_DISTANCE_CALIBRATION_UNCALIBRATED &&
386 calibration <= CameraMetadata.LENS_INFO_FOCUS_DISTANCE_CALIBRATION_CALIBRATED);
388 return calibration;
    [all...]

Completed in 1470 milliseconds