Home
last modified time | relevance | path

Searched refs:getBottomBar (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DCarSystemBarControllerTest.java367 CarSystemBarView bottomBar = mCarSystemBar.getBottomBar(/* isSetUp= */ true); in testRegisterBottomBarTouchListener_createViewFirst_registrationSuccessful()
382 CarSystemBarView bottomBar = mCarSystemBar.getBottomBar(/* isSetUp= */ true); in testRegisterBottomBarTouchListener_registerFirst_registrationSuccessful()
393 CarSystemBarView bottomBar = mCarSystemBar.getBottomBar(/* isSetUp= */ true); in testRegisterNotificationController_createViewFirst_registrationSuccessful()
411 CarSystemBarView bottomBar = mCarSystemBar.getBottomBar(/* isSetUp= */ true); in testRegisterNotificationController_registerFirst_registrationSuccessful()
422 CarSystemBarView bottomBar = mCarSystemBar.getBottomBar(/* isSetUp= */ true); in testShowAllNavigationButtons_bottomEnabled_bottomNavigationButtonsVisible()
434 CarSystemBarView bottomBar = mCarSystemBar.getBottomBar(/* isSetUp= */ true); in testShowAllNavigationButtons_bottomEnabled_bottomKeyguardButtonsGone()
446 CarSystemBarView bottomBar = mCarSystemBar.getBottomBar(/* isSetUp= */ true); in testShowAllNavigationButtons_bottomEnabled_bottomOcclusionButtonsGone()
458 CarSystemBarView bottomBar = mCarSystemBar.getBottomBar(/* isSetUp= */ true); in testShowAllKeyguardButtons_bottomEnabled_bottomKeyguardButtonsVisible()
470 CarSystemBarView bottomBar = mCarSystemBar.getBottomBar(/* isSetUp= */ true); in testShowAllKeyguardButtons_bottomEnabled_bottomNavigationButtonsGone()
482 CarSystemBarView bottomBar = mCarSystemBar.getBottomBar(/* isSetUp= */ true); in testShowAllKeyguardButtons_bottomEnabled_bottomOcclusionButtonsGone()
[all …]
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarController.java190 public CarSystemBarView getBottomBar(boolean isSetUp) { in getBottomBar() method in CarSystemBarController
195 mBottomView = mCarSystemBarViewFactory.getBottomBar(isSetUp); in getBottomBar()
373 mBottomView = getBottomBar(isSetUp); in checkAllBars()
DCarSystemBarViewFactory.java111 public CarSystemBarView getBottomBar(boolean isSetUp) { in getBottomBar() method in CarSystemBarViewFactory
DCarSystemBar.java346 mBottomSystemBarView = mCarSystemBarController.getBottomBar(isDeviceSetupForUser()); in buildNavBarContent()