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.java202 public CarSystemBarView getLeftBar(boolean isSetUp) { in getLeftBar() method in CarSystemBarController
207 mLeftView = mCarSystemBarViewFactory.getLeftBar(isSetUp); in getLeftBar()
374 mLeftView = getLeftBar(isSetUp); in checkAllBars()
DCarSystemBarViewFactory.java116 public CarSystemBarView getLeftBar(boolean isSetUp) { in getLeftBar() method in CarSystemBarViewFactory
DCarSystemBar.java352 mLeftSystemBarView = mCarSystemBarController.getLeftBar(isDeviceSetupForUser()); in buildNavBarContent()