Home
last modified time | relevance | path

Searched refs:isExposureCompensationSupported (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/apps/Camera2/src/com/android/camera/one/v1/
H A DOneCameraCharacteristicsImpl.java138 public boolean isExposureCompensationSupported() { in isExposureCompensationSupported() method in OneCameraCharacteristicsImpl
150 if (!isExposureCompensationSupported()) { in getMinExposureCompensation()
158 if (!isExposureCompensationSupported()) { in getMaxExposureCompensation()
166 if (!isExposureCompensationSupported()) { in getExposureCompensationStep()
/aosp12/packages/apps/Camera2/src/com/android/camera/one/v2/
H A DOneCameraCharacteristicsImpl.java197 public boolean isExposureCompensationSupported() { in isExposureCompensationSupported() method in OneCameraCharacteristicsImpl
210 if (!isExposureCompensationSupported()) { in getMinExposureCompensation()
220 if (!isExposureCompensationSupported()) { in getMaxExposureCompensation()
230 if (!isExposureCompensationSupported()) { in getExposureCompensationStep()
/aosp12/packages/apps/Camera2/src/com/android/camera/captureintent/state/
H A DStateOpeningCamera.java277 bottomBarSpec.isExposureCompensationSupported = mCameraCharacteristics
278 .isExposureCompensationSupported();
279 bottomBarSpec.enableExposureCompensation = bottomBarSpec.isExposureCompensationSupported;
/aosp12/packages/apps/Camera2/src/com/android/camera/one/
H A DOneCameraCharacteristics.java109 public boolean isExposureCompensationSupported(); in isExposureCompensationSupported() method
/aosp12/packages/apps/Camera2/src/com/android/camera/settings/
H A DCameraSettingsActivity.java103 .isExposureCompensationSupported()); in onCreate()
106 .isExposureCompensationSupported()); in onCreate()
/aosp12/packages/apps/Camera2/src/com/android/camera/
H A DCaptureModule.java815 bottomBarSpec.isExposureCompensationSupported = mCameraCharacteristics
816 .isExposureCompensationSupported();
817 bottomBarSpec.enableExposureCompensation = bottomBarSpec.isExposureCompensationSupported;
H A DVideoModule.java565 bottomBarSpec.isExposureCompensationSupported = false; in getBottomBarSpec()
/aosp12/packages/apps/Camera2/src/com/android/camera/app/
H A DCameraAppUI.java368 public boolean isExposureCompensationSupported; field in CameraAppUI.BottomBarUISpec
2209 && bottomBarSpec.isExposureCompensationSupported) {