Searched defs:getMaxExposureCompensation (Results 1 - 2 of 2) sorted by relevance

/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DCameraCapabilities.java641 * {@link #getMaxExposureCompensation()} return 0.
652 public final int getMaxExposureCompensation() { method in class:CameraCapabilities
698 if (index > getMaxExposureCompensation() || index < getMinExposureCompensation()) {
700 getMinExposureCompensation() + ", max = " + getMaxExposureCompensation() + "," +
/frameworks/base/core/java/android/hardware/
H A DCamera.java3495 * #getMaxExposureCompensation}. 0 means exposure is not
3507 * #getMaxExposureCompensation} (inclusive). 0 means exposure is
3509 * getMinExposureCompensation and getMaxExposureCompensation to
3523 public int getMaxExposureCompensation() { method in class:Camera.Parameters
3531 * method and {@link #getMaxExposureCompensation} return 0,

Completed in 90 milliseconds