Lines Matching refs:bottomBarSpec
559 CameraAppUI.BottomBarUISpec bottomBarSpec = new CameraAppUI.BottomBarUISpec();
561 bottomBarSpec.enableCamera = true;
562 bottomBarSpec.cameraCallback = mCameraCallback;
563 bottomBarSpec.enableTorchFlash = true;
564 bottomBarSpec.flashCallback = mFlashCallback;
565 bottomBarSpec.hideHdr = true;
566 bottomBarSpec.enableGridLines = true;
567 bottomBarSpec.enableExposureCompensation = false;
568 bottomBarSpec.isExposureCompensationSupported = false;
571 bottomBarSpec.showCancel = true;
572 bottomBarSpec.cancelCallback = mCancelCallback;
573 bottomBarSpec.showDone = true;
574 bottomBarSpec.doneCallback = mDoneCallback;
575 bottomBarSpec.showReview = true;
576 bottomBarSpec.reviewCallback = mReviewCallback;
579 return bottomBarSpec;