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

/packages/apps/Camera2/src/com/android/camera/one/
H A DOneCameraCharacteristics.java109 public boolean isExposureCompensationSupported(); method in interface:OneCameraCharacteristics
114 * #isExposureCompensationSupported()} is false, return -1.
121 * #isExposureCompensationSupported()} is false, return -1.
128 * #isExposureCompensationSupported()} is false, return -1.
/packages/apps/Camera2/src/com/android/camera/one/v1/
H A DOneCameraCharacteristicsImpl.java138 public boolean isExposureCompensationSupported() { method in class:OneCameraCharacteristicsImpl
150 if (!isExposureCompensationSupported()) {
158 if (!isExposureCompensationSupported()) {
166 if (!isExposureCompensationSupported()) {
/packages/apps/Camera2/src/com/android/camera/one/v2/
H A DOneCameraCharacteristicsImpl.java191 public boolean isExposureCompensationSupported() { method in class:OneCameraCharacteristicsImpl
204 if (!isExposureCompensationSupported()) {
214 if (!isExposureCompensationSupported()) {
224 if (!isExposureCompensationSupported()) {
/packages/apps/Camera2/src/com/android/camera/captureintent/state/
H A DStateOpeningCamera.java277 bottomBarSpec.isExposureCompensationSupported = mCameraCharacteristics
278 .isExposureCompensationSupported();
279 bottomBarSpec.enableExposureCompensation = bottomBarSpec.isExposureCompensationSupported;
/packages/apps/Camera2/src/com/android/camera/settings/
H A DCameraSettingsActivity.java100 .isExposureCompensationSupported());
103 .isExposureCompensationSupported());
/packages/apps/Camera2/src/com/android/camera/
H A DCaptureModule.java815 bottomBarSpec.isExposureCompensationSupported = mCameraCharacteristics
816 .isExposureCompensationSupported();
817 bottomBarSpec.enableExposureCompensation = bottomBarSpec.isExposureCompensationSupported;
H A DVideoModule.java568 bottomBarSpec.isExposureCompensationSupported = false;
/packages/apps/Camera2/src/com/android/camera/app/
H A DCameraAppUI.java367 public boolean isExposureCompensationSupported; field in class:CameraAppUI.BottomBarUISpec
2208 && bottomBarSpec.isExposureCompensationSupported) {

Completed in 165 milliseconds