Searched refs:mBottomBar (Results 1 – 4 of 4) 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 …]
105 private View mBottomBar; field in TabFragment245 mBottomBar = activity.findViewById(R.id.picker_bottom_bar); in onViewCreated()248 mBottomBar.setBackgroundColor( in onViewCreated()255 mBottomBar.setOnClickListener(v -> { in onViewCreated()458 if (mBottomBar.getVisibility() == View.GONE) { in animateAndShowBottomBar()459 mBottomBar.setVisibility(View.VISIBLE); in animateAndShowBottomBar()460 mBottomBar.startAnimation(mSlideUpAnimation); in animateAndShowBottomBar()467 if (mBottomBar.getVisibility() == View.VISIBLE) { in animateAndHideBottomBar()468 mBottomBar.setVisibility(View.GONE); in animateAndHideBottomBar()469 mBottomBar.startAnimation(mSlideDownAnimation); in animateAndHideBottomBar()
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()
121 private View mBottomBar; field in PhotoPickerActivity224 mBottomBar = findViewById(R.id.picker_bottom_bar); in onCreate()908 mBottomBar.setVisibility(View.GONE); in updateCommonLayouts()