Searched defs:bottomBarSpec (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/captureintent/
H A DCaptureIntentModuleUI.java126 * @param bottomBarSpec The bottom bar spec.
130 CameraAppUI.BottomBarUISpec bottomBarSpec) {
132 mAppUI.applyModuleSpecs(hardwareSpec, bottomBarSpec);
128 applyModuleSpecs( HardwareSpec hardwareSpec, CameraAppUI.BottomBarUISpec bottomBarSpec) argument
/packages/apps/Camera2/src/com/android/camera/app/
H A DCameraAppUI.java2022 BottomBarUISpec bottomBarSpec) {
2023 applyModuleSpecs(hardwareSpec, bottomBarSpec, false /*skipScopeCheck*/);
2027 final BottomBarUISpec bottomBarSpec, boolean skipScopeCheck) {
2028 if (hardwareSpec == null || bottomBarSpec == null) {
2052 if (bottomBarSpec.enableCamera) {
2059 bottomBarSpec.cameraCallback,
2071 if (bottomBarSpec.hideFlash
2078 if (bottomBarSpec.enableFlash) {
2080 bottomBarSpec.flashCallback);
2081 } else if (bottomBarSpec
2021 applyModuleSpecs(HardwareSpec hardwareSpec, BottomBarUISpec bottomBarSpec) argument
2026 applyModuleSpecs(final HardwareSpec hardwareSpec, final BottomBarUISpec bottomBarSpec, boolean skipScopeCheck) argument
[all...]

Completed in 67 milliseconds