Home | History | Annotate | Download | only in app

Lines Matching refs:bottomBarSpec

1851            final BottomBarUISpec bottomBarSpec) {
1852 if (hardwareSpec == null || bottomBarSpec == null) {
1864 if (bottomBarSpec.enableCamera) {
1866 bottomBarSpec.cameraCallback);
1877 if (bottomBarSpec.hideFlash || !flashBackCamera) {
1883 if (bottomBarSpec.enableFlash) {
1885 bottomBarSpec.flashCallback);
1886 } else if (bottomBarSpec.enableTorchFlash) {
1888 bottomBarSpec.flashCallback);
1889 } else if (bottomBarSpec.enableHdrPlusFlash) {
1891 bottomBarSpec.flashCallback);
1905 if (bottomBarSpec.hideHdr || mIsCaptureIntent) {
1910 if (bottomBarSpec.enableHdr && Keys.isCameraBackFacing(settingsManager,
1913 bottomBarSpec.hdrCallback);
1918 if (bottomBarSpec.enableHdr && Keys.isCameraBackFacing(settingsManager,
1921 bottomBarSpec.hdrCallback);
1931 if (bottomBarSpec.hideGridLines) {
1936 if (bottomBarSpec.enableGridLines) {
1938 bottomBarSpec.gridLinesCallback != null ?
1939 bottomBarSpec.gridLinesCallback : getGridLinesCallback()
1947 if (bottomBarSpec.enableSelfTimer) {
1950 if (bottomBarSpec.showSelfTimer) {
1957 if (bottomBarSpec.enablePanoOrientation
1959 buttonManager.initializePanoOrientationButtons(bottomBarSpec.panoOrientationCallback);
1962 boolean enableExposureCompensation = bottomBarSpec.enableExposureCompensation &&
1963 !(bottomBarSpec.minExposureCompensation == 0 && bottomBarSpec.maxExposureCompensation == 0) &&
1969 bottomBarSpec.minExposureCompensation,
1970 bottomBarSpec.maxExposureCompensation,
1971 bottomBarSpec.exposureCompensationStep);
1974 bottomBarSpec.exposureCompensationSetCallback);
1982 if (bottomBarSpec.showCancel) {
1984 bottomBarSpec.cancelCallback);
1986 if (bottomBarSpec.showDone) {
1988 bottomBarSpec.doneCallback);
1990 if (bottomBarSpec.showRetake) {
1992 bottomBarSpec.retakeCallback);
1994 if (bottomBarSpec.showReview) {
1996 bottomBarSpec.reviewCallback,