Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/one/v1/
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()
/packages/apps/Camera2/src/com/android/camera/one/v2/
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()
/packages/apps/Camera2/src/com/android/camera/captureintent/state/
DStateOpeningCamera.java277 bottomBarSpec.isExposureCompensationSupported = mCameraCharacteristics
278 .isExposureCompensationSupported();
279 bottomBarSpec.enableExposureCompensation = bottomBarSpec.isExposureCompensationSupported;
/packages/apps/Camera2/src/com/android/camera/one/
DOneCameraCharacteristics.java109 public boolean isExposureCompensationSupported(); in isExposureCompensationSupported() method
/packages/apps/Camera2/src/com/android/camera/settings/
DCameraSettingsActivity.java103 .isExposureCompensationSupported()); in onCreate()
106 .isExposureCompensationSupported()); in onCreate()
/packages/apps/Camera2/src/com/android/camera/
DCaptureModule.java815 bottomBarSpec.isExposureCompensationSupported = mCameraCharacteristics
816 .isExposureCompensationSupported();
817 bottomBarSpec.enableExposureCompensation = bottomBarSpec.isExposureCompensationSupported;
DVideoModule.java568 bottomBarSpec.isExposureCompensationSupported = false; in getBottomBarSpec()
/packages/apps/Camera2/src/com/android/camera/app/
DCameraAppUI.java367 public boolean isExposureCompensationSupported; field in CameraAppUI.BottomBarUISpec
2208 && bottomBarSpec.isExposureCompensationSupported) {