Home | History | Annotate | Download | only in camera

Lines Matching refs:bottomBarSpec

637         CameraAppUI.BottomBarUISpec bottomBarSpec = new CameraAppUI.BottomBarUISpec();
638 bottomBarSpec.enableGridLines = true;
639 bottomBarSpec.enableCamera = true;
640 bottomBarSpec.cameraCallback = getCameraCallback();
641 bottomBarSpec.enableHdr = GcamHelper.hasGcamCapture();
642 bottomBarSpec.hdrCallback = getHdrButtonCallback();
643 bottomBarSpec.enableSelfTimer = true;
644 bottomBarSpec.showSelfTimer = true;
646 bottomBarSpec.enableFlash = true;
650 bottomBarSpec.enableFlash = false;
652 return bottomBarSpec;