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

  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
CameraCapabilities.java 58 protected int mMinExposureCompensation;
488 mMinExposureCompensation = src.mMinExposureCompensation;
644 return mMinExposureCompensation;
AndroidCamera2Capabilities.java 75 mMinExposureCompensation = ecRange.getLower();
AndroidCameraCapabilities.java 43 mMinExposureCompensation = p.getMinExposureCompensation();
  /packages/apps/Camera2/src/com/android/camera/
ButtonManager.java 87 private int mMinExposureCompensation;
602 mMinExposureCompensation = min;
    [all...]

Completed in 224 milliseconds