Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
H A DCarSystemBarController.java319 public CarSystemBarView getLeftBar(boolean isSetUp) { in getLeftBar() method in CarSystemBarController
324 mLeftView = mCarSystemBarViewFactory.getLeftBar(isSetUp); in getLeftBar()
571 mLeftView = getLeftBar(isSetUp); in checkAllBars()
H A DCarSystemBarViewFactory.java120 public CarSystemBarView getLeftBar(boolean isSetUp) { in getLeftBar() method in CarSystemBarViewFactory
H A DCarSystemBar.java371 mLeftSystemBarView = mCarSystemBarController.getLeftBar(isDeviceSetupForUser()); in buildNavBarContent()