/aosp12/packages/apps/Camera2/src/com/android/camera/one/v1/ |
H A D | OneCameraCharacteristicsImpl.java | 145 mCameraParameters.getMaxExposureCompensation() != 0; in isExposureCompensationSupported() 157 public int getMaxExposureCompensation() { in getMaxExposureCompensation() method in OneCameraCharacteristicsImpl 161 return mCameraParameters.getMaxExposureCompensation(); in getMaxExposureCompensation()
|
/aosp12/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
H A D | CameraCapabilities.java | 652 public final int getMaxExposureCompensation() { in getMaxExposureCompensation() method in CameraCapabilities 698 if (index > getMaxExposureCompensation() || index < getMinExposureCompensation()) { in exposureCheck() 700 getMinExposureCompensation() + ", max = " + getMaxExposureCompensation() + "," + in exposureCheck()
|
H A D | AndroidCameraCapabilities.java | 42 mMaxExposureCompensation = p.getMaxExposureCompensation(); in AndroidCameraCapabilities()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/one/ |
H A D | OneCameraCharacteristics.java | 123 public int getMaxExposureCompensation(); in getMaxExposureCompensation() method
|
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/ |
H A D | CameraFunctionalTest.java | 125 int max = params.getMaxExposureCompensation(); in testFunctionalCameraExposureCompensation()
|
H A D | CameraPairwiseTest.java | 412 params.setExposureCompensation(params.getMaxExposureCompensation()); in genericPairwiseTestCase()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/one/v2/ |
H A D | OneCameraCharacteristicsImpl.java | 219 public int getMaxExposureCompensation() { in getMaxExposureCompensation() method in OneCameraCharacteristicsImpl
|
/aosp12/packages/apps/Camera2/src/com/android/camera/captureintent/state/ |
H A D | StateOpeningCamera.java | 283 mCameraCharacteristics.getMaxExposureCompensation();
|
/aosp12/packages/apps/Camera2/src/com/android/camera/ |
H A D | PhotoModule.java | 648 mCameraCapabilities.getMaxExposureCompensation(); in getBottomBarSpec() 2035 int max = mCameraCapabilities.getMaxExposureCompensation(); in updateParametersExposureCompensation() 2116 int max = mCameraCapabilities.getMaxExposureCompensation(); in setExposureCompensation()
|
H A D | CaptureModule.java | 842 mCameraCharacteristics.getMaxExposureCompensation();
|
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/ |
H A D | CameraSettings.java | 197 int max = mParameters.getMaxExposureCompensation(); in buildExposureCompensation()
|
H A D | Camera.java | 2022 int max = mParameters.getMaxExposureCompensation(); in updateCameraParametersPreference()
|
/aosp12/frameworks/base/core/java/android/hardware/ |
H A D | Camera.java | 3758 public int getMaxExposureCompensation() { in getMaxExposureCompensation() method in Camera.Parameters
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 17289 method @Deprecated public int getMaxExposureCompensation();
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 12194 method public int getMaxExposureCompensation();
|