Lines Matching refs:bottomBarSpec
806 BottomBarUISpec bottomBarSpec = new BottomBarUISpec();
807 bottomBarSpec.enableGridLines = true;
808 bottomBarSpec.enableCamera = true;
809 bottomBarSpec.cameraCallback = getCameraCallback();
810 bottomBarSpec.enableHdr =
812 bottomBarSpec.hdrCallback = getHdrButtonCallback();
813 bottomBarSpec.enableSelfTimer = true;
814 bottomBarSpec.showSelfTimer = true;
815 bottomBarSpec.isExposureCompensationSupported = mCameraCharacteristics
817 bottomBarSpec.enableExposureCompensation = bottomBarSpec.isExposureCompensationSupported;
829 bottomBarSpec.enableFlash = false;
831 bottomBarSpec.enableExposureCompensation = false;
836 bottomBarSpec.enableFlash = mCameraCharacteristics.isFlashSupported();
839 bottomBarSpec.minExposureCompensation =
841 bottomBarSpec.maxExposureCompensation =
843 bottomBarSpec.exposureCompensationStep =
845 bottomBarSpec.exposureCompensationSetCallback =
854 return bottomBarSpec;