Searched refs:mBottomBar (Results 1 – 2 of 2) sorted by relevance
527 private BottomBar mBottomBar; field in CameraAppUI1322 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 …]
47 private View mBottomBar; field in StickyBottomCaptureLayout89 mBottomBar = findViewById(R.id.bottom_bar); in onFinishInflate()123 mBottomBar.layout((int) bottomBarRect.left, (int) bottomBarRect.top, in onLayout()