Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/app/
DCameraAppUI.java527 private BottomBar mBottomBar; field in CameraAppUI
1322 mBottomBar = (BottomBar) mCameraRootView.findViewById(R.id.bottom_bar); in prepareModuleUI()
1328 mBottomBar.setCaptureLayoutHelper(mCaptureLayoutHelper); in prepareModuleUI()
1381 mBottomBar.requestLayout(); in prepareModuleUI()
1850 mBottomBar.setVisibility(View.VISIBLE);
1857 mBottomBar.setVisibility(View.INVISIBLE);
1864 mBottomBar.setBackgroundColor(colorId);
1871 mBottomBar.setColorsForModeIndex(index);
1881 mBottomBar.setShutterButtonIcon(shutterIconId);
1885 mBottomBar.animateToVideoStop(shutterIconId);
[all …]
/packages/apps/Camera2/src/com/android/camera/ui/
DStickyBottomCaptureLayout.java47 private View mBottomBar; field in StickyBottomCaptureLayout
89 mBottomBar = findViewById(R.id.bottom_bar); in onFinishInflate()
123 mBottomBar.layout((int) bottomBarRect.left, (int) bottomBarRect.top, in onLayout()