Lines Matching refs:bottomBarSpec
556 CameraAppUI.BottomBarUISpec bottomBarSpec = new CameraAppUI.BottomBarUISpec(); in getBottomBarSpec() local
558 bottomBarSpec.enableCamera = true; in getBottomBarSpec()
559 bottomBarSpec.cameraCallback = mCameraCallback; in getBottomBarSpec()
560 bottomBarSpec.enableTorchFlash = true; in getBottomBarSpec()
561 bottomBarSpec.flashCallback = mFlashCallback; in getBottomBarSpec()
562 bottomBarSpec.hideHdr = true; in getBottomBarSpec()
563 bottomBarSpec.enableGridLines = true; in getBottomBarSpec()
564 bottomBarSpec.enableExposureCompensation = false; in getBottomBarSpec()
565 bottomBarSpec.isExposureCompensationSupported = false; in getBottomBarSpec()
568 bottomBarSpec.showCancel = true; in getBottomBarSpec()
569 bottomBarSpec.cancelCallback = mCancelCallback; in getBottomBarSpec()
570 bottomBarSpec.showDone = true; in getBottomBarSpec()
571 bottomBarSpec.doneCallback = mDoneCallback; in getBottomBarSpec()
572 bottomBarSpec.showReview = true; in getBottomBarSpec()
573 bottomBarSpec.reviewCallback = mReviewCallback; in getBottomBarSpec()
576 return bottomBarSpec; in getBottomBarSpec()