Searched refs:mBottomBar (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/app/
H A DCameraAppUI.java526 private BottomBar mBottomBar; field in class:CameraAppUI
1321 mBottomBar = (BottomBar) mCameraRootView.findViewById(R.id.bottom_bar);
1327 mBottomBar.setCaptureLayoutHelper(mCaptureLayoutHelper);
1380 mBottomBar.requestLayout();
1849 mBottomBar.setVisibility(View.VISIBLE);
1856 mBottomBar.setVisibility(View.INVISIBLE);
1863 mBottomBar.setBackgroundColor(colorId);
1870 mBottomBar.setColorsForModeIndex(index);
1880 mBottomBar.setShutterButtonIcon(shutterIconId);
1884 mBottomBar
[all...]
/packages/apps/Camera2/src/com/android/camera/ui/
H A DStickyBottomCaptureLayout.java47 private View mBottomBar; field in class:StickyBottomCaptureLayout
89 mBottomBar = findViewById(R.id.bottom_bar);
123 mBottomBar.layout((int) bottomBarRect.left, (int) bottomBarRect.top,

Completed in 65 milliseconds