Lines Matching refs:bottomBarSpec
627 CameraAppUI.BottomBarUISpec bottomBarSpec = new CameraAppUI.BottomBarUISpec(); in getBottomBarSpec() local
629 bottomBarSpec.enableCamera = true; in getBottomBarSpec()
630 bottomBarSpec.cameraCallback = mCameraCallback; in getBottomBarSpec()
631 bottomBarSpec.enableFlash = !mAppController.getSettingsManager() in getBottomBarSpec()
633 bottomBarSpec.enableHdr = true; in getBottomBarSpec()
634 bottomBarSpec.hdrCallback = mHdrPlusCallback; in getBottomBarSpec()
635 bottomBarSpec.enableGridLines = true; in getBottomBarSpec()
637 bottomBarSpec.enableExposureCompensation = true; in getBottomBarSpec()
638 bottomBarSpec.exposureCompensationSetCallback = in getBottomBarSpec()
645 bottomBarSpec.minExposureCompensation = in getBottomBarSpec()
647 bottomBarSpec.maxExposureCompensation = in getBottomBarSpec()
649 bottomBarSpec.exposureCompensationStep = in getBottomBarSpec()
653 bottomBarSpec.enableSelfTimer = true; in getBottomBarSpec()
654 bottomBarSpec.showSelfTimer = true; in getBottomBarSpec()
657 bottomBarSpec.showCancel = true; in getBottomBarSpec()
658 bottomBarSpec.cancelCallback = mCancelCallback; in getBottomBarSpec()
659 bottomBarSpec.showDone = true; in getBottomBarSpec()
660 bottomBarSpec.doneCallback = mDoneCallback; in getBottomBarSpec()
661 bottomBarSpec.showRetake = true; in getBottomBarSpec()
662 bottomBarSpec.retakeCallback = mRetakeCallback; in getBottomBarSpec()
665 return bottomBarSpec; in getBottomBarSpec()