Searched refs:mBottomBar (Results 1 – 2 of 2) sorted by relevance
526 private BottomBar mBottomBar; field in CameraAppUI1321 mBottomBar = (BottomBar) mCameraRootView.findViewById(R.id.bottom_bar); in prepareModuleUI()1327 mBottomBar.setCaptureLayoutHelper(mCaptureLayoutHelper); in prepareModuleUI()1380 mBottomBar.requestLayout(); in prepareModuleUI()1849 mBottomBar.setVisibility(View.VISIBLE);1856 mBottomBar.setVisibility(View.INVISIBLE);1863 mBottomBar.setBackgroundColor(colorId);1870 mBottomBar.setColorsForModeIndex(index);1880 mBottomBar.setShutterButtonIcon(shutterIconId);1884 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()