Home
last modified time | relevance | path

Searched refs:getTopBar (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarController.java178 public CarSystemBarView getTopBar(boolean isSetUp) { in getTopBar() method in CarSystemBarController
183 mTopView = mCarSystemBarViewFactory.getTopBar(isSetUp); in getTopBar()
372 mTopView = getTopBar(isSetUp); in checkAllBars()
DCarSystemBarViewFactory.java106 public CarSystemBarView getTopBar(boolean isSetUp) { in getTopBar() method in CarSystemBarViewFactory
DCarSystemBar.java340 mTopSystemBarView = mCarSystemBarController.getTopBar(isDeviceSetupForUser()); in buildNavBarContent()