HomeSort by relevance Sort by last modified time
    Searched defs:bottomBarSpec (Results 1 - 2 of 2) sorted by null

  /packages/apps/Camera2/src/com/android/camera/
PhotoModule.java 627 CameraAppUI.BottomBarUISpec bottomBarSpec = new CameraAppUI.BottomBarUISpec();
629 bottomBarSpec.enableCamera = true;
630 bottomBarSpec.cameraCallback = mCameraCallback;
631 bottomBarSpec.enableFlash = !mAppController.getSettingsManager()
633 bottomBarSpec.enableHdr = true;
634 bottomBarSpec.hdrCallback = mHdrPlusCallback;
635 bottomBarSpec.enableGridLines = true;
637 bottomBarSpec.enableExposureCompensation = true;
638 bottomBarSpec.exposureCompensationSetCallback =
645 bottomBarSpec.minExposureCompensation
    [all...]
VideoModule.java 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
    [all...]

Completed in 72 milliseconds