Searched refs:bottomBar (Results 1 – 6 of 6) sorted by relevance
402 CarSystemBarView bottomBar = mCarSystemBar.getBottomBar(/* isSetUp= */ true); in testRegisterBottomBarTouchListener_createViewFirst_registrationSuccessful() local403 Set<View.OnTouchListener> controllers = bottomBar.getStatusBarWindowTouchListeners(); in testRegisterBottomBarTouchListener_createViewFirst_registrationSuccessful()407 controllers = bottomBar.getStatusBarWindowTouchListeners(); in testRegisterBottomBarTouchListener_createViewFirst_registrationSuccessful()419 CarSystemBarView bottomBar = mCarSystemBar.getBottomBar(/* isSetUp= */ true); in testRegisterBottomBarTouchListener_registerFirst_registrationSuccessful() local420 Set<View.OnTouchListener> controllers = bottomBar.getStatusBarWindowTouchListeners(); in testRegisterBottomBarTouchListener_registerFirst_registrationSuccessful()431 CarSystemBarView bottomBar = mCarSystemBar.getBottomBar(/* isSetUp= */ true); in testRegisterNotificationController_createViewFirst_registrationSuccessful() local433 bottomBar.getNotificationsPanelController(); in testRegisterNotificationController_createViewFirst_registrationSuccessful()437 controller = bottomBar.getNotificationsPanelController(); in testRegisterNotificationController_createViewFirst_registrationSuccessful()449 CarSystemBarView bottomBar = mCarSystemBar.getBottomBar(/* isSetUp= */ true); in testRegisterNotificationController_registerFirst_registrationSuccessful() local451 bottomBar.getNotificationsPanelController(); in testRegisterNotificationController_registerFirst_registrationSuccessful()[all …]
303 CarSystemBarView bottomBar = new CarSystemBarView(mContext, /* attrs= */ null); in updateInsetPaddings_overlappingBars_addsPaddingsByOrders() local316 mSystemBarConfigs.insetSystemBar(SystemBarConfigs.BOTTOM, bottomBar); in updateInsetPaddings_overlappingBars_addsPaddingsByOrders()322 assertEquals(horizontalBarHorizontalPadding, bottomBar.getPaddingLeft()); in updateInsetPaddings_overlappingBars_addsPaddingsByOrders()323 assertEquals(horizontalBarHorizontalPadding, bottomBar.getPaddingRight()); in updateInsetPaddings_overlappingBars_addsPaddingsByOrders()
213 View bottomBar = mRootView.findViewById(R.id.user_picker_bottom_bar); in initViews() local214 if (bottomBar instanceof ViewGroup) { in initViews()215 mCarSystemBarElementInitializer.initializeCarSystemBarElements((ViewGroup) bottomBar); in initViews()
191 final View bottomBar = activity.findViewById(R.id.preview_bottom_bar); in assertBackgroundColorOnToolbarAndBottomBar() local192 final Drawable bottomBarDrawable = bottomBar.getBackground(); in assertBackgroundColorOnToolbarAndBottomBar()
50 bottomBar = { in <lambda>()
191 final View bottomBar = fragmentView.findViewById(R.id.preview_bottom_bar); in setupScrimLayerAndBottomBar() local192 bottomBar.setBackgroundColor(bottomBarColor); in setupScrimLayerAndBottomBar()