Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarController.java390 public CarSystemBarView getLeftBar(boolean isSetUp) { in getLeftBar() method in CarSystemBarController
395 mLeftView = mCarSystemBarViewFactory.getLeftBar(isSetUp); in getLeftBar()
665 mLeftView = getLeftBar(isSetUp); in checkAllBars()
DCarSystemBarViewFactory.java138 public CarSystemBarView getLeftBar(boolean isSetUp) { in getLeftBar() method in CarSystemBarViewFactory
DCarSystemBar.java462 mLeftSystemBarView = mCarSystemBarController.getLeftBar(isDeviceSetupForUser()); in buildNavBarContent()