Searched refs:isExposureCompensationSupported (Results 1 – 8 of 8) sorted by relevance
138 public boolean isExposureCompensationSupported() { in isExposureCompensationSupported() method in OneCameraCharacteristicsImpl150 if (!isExposureCompensationSupported()) { in getMinExposureCompensation()158 if (!isExposureCompensationSupported()) { in getMaxExposureCompensation()166 if (!isExposureCompensationSupported()) { in getExposureCompensationStep()
197 public boolean isExposureCompensationSupported() { in isExposureCompensationSupported() method in OneCameraCharacteristicsImpl210 if (!isExposureCompensationSupported()) { in getMinExposureCompensation()220 if (!isExposureCompensationSupported()) { in getMaxExposureCompensation()230 if (!isExposureCompensationSupported()) { in getExposureCompensationStep()
287 bottomBarSpec.isExposureCompensationSupported = mCameraCharacteristics288 .isExposureCompensationSupported();289 bottomBarSpec.enableExposureCompensation = bottomBarSpec.isExposureCompensationSupported;
109 public boolean isExposureCompensationSupported(); in isExposureCompensationSupported() method
103 .isExposureCompensationSupported()); in onCreate()106 .isExposureCompensationSupported()); in onCreate()
845 bottomBarSpec.isExposureCompensationSupported = mCameraCharacteristics846 .isExposureCompensationSupported();847 bottomBarSpec.enableExposureCompensation = bottomBarSpec.isExposureCompensationSupported;
565 bottomBarSpec.isExposureCompensationSupported = false; in getBottomBarSpec()
368 public boolean isExposureCompensationSupported; field in CameraAppUI.BottomBarUISpec2209 && bottomBarSpec.isExposureCompensationSupported) {