Home | History | Annotate | Download | only in camera

Lines Matching refs:bottomBarSpec

786         CameraAppUI.BottomBarUISpec bottomBarSpec = new CameraAppUI.BottomBarUISpec();
788 bottomBarSpec.enableCamera = true;
789 bottomBarSpec.cameraCallback = mCameraCallback;
790 bottomBarSpec.enableFlash = !mAppController.getSettingsManager()
792 bottomBarSpec.enableHdr = true;
793 bottomBarSpec.hdrCallback = mHdrPlusCallback;
794 bottomBarSpec.enableGridLines = true;
796 bottomBarSpec.enableExposureCompensation = true;
797 bottomBarSpec.exposureCompensationSetCallback =
804 bottomBarSpec.minExposureCompensation =
806 bottomBarSpec.maxExposureCompensation =
808 bottomBarSpec.exposureCompensationStep =
812 bottomBarSpec.enableSelfTimer = true;
813 bottomBarSpec.showSelfTimer = true;
816 bottomBarSpec.showCancel = true;
817 bottomBarSpec.cancelCallback = mCancelCallback;
818 bottomBarSpec.showDone = true;
819 bottomBarSpec.doneCallback = mDoneCallback;
820 bottomBarSpec.showRetake = true;
821 bottomBarSpec.retakeCallback = mRetakeCallback;
824 return bottomBarSpec;