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()
277 bottomBarSpec.isExposureCompensationSupported = mCameraCharacteristics278 .isExposureCompensationSupported();279 bottomBarSpec.enableExposureCompensation = bottomBarSpec.isExposureCompensationSupported;
109 public boolean isExposureCompensationSupported(); in isExposureCompensationSupported() method
103 .isExposureCompensationSupported()); in onCreate()106 .isExposureCompensationSupported()); in onCreate()
815 bottomBarSpec.isExposureCompensationSupported = mCameraCharacteristics816 .isExposureCompensationSupported();817 bottomBarSpec.enableExposureCompensation = bottomBarSpec.isExposureCompensationSupported;
568 bottomBarSpec.isExposureCompensationSupported = false; in getBottomBarSpec()
367 public boolean isExposureCompensationSupported; field in CameraAppUI.BottomBarUISpec2208 && bottomBarSpec.isExposureCompensationSupported) {