Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarController.java214 public CarSystemBarView getRightBar(boolean isSetUp) { in getRightBar() method in CarSystemBarController
219 mRightView = mCarSystemBarViewFactory.getRightBar(isSetUp); in getRightBar()
375 mRightView = getRightBar(isSetUp); in checkAllBars()
DCarSystemBarViewFactory.java121 public CarSystemBarView getRightBar(boolean isSetUp) { in getRightBar() method in CarSystemBarViewFactory
DCarSystemBar.java358 mRightSystemBarView = mCarSystemBarController.getRightBar(isDeviceSetupForUser()); in buildNavBarContent()