Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
H A DCarSystemBar.java108 private CarSystemBarView mBottomSystemBarView; field in CarSystemBar
302 mHvacController.unregisterViews(mBottomSystemBarView); in restartNavBars()
303 mBottomSystemBarView = null; in restartNavBars()
364 mBottomSystemBarView = mCarSystemBarController.getBottomBar(isDeviceSetupForUser()); in buildNavBarContent()
365 if (mBottomSystemBarView != null) { in buildNavBarContent()
366 mSystemBarConfigs.insetSystemBar(SystemBarConfigs.BOTTOM, mBottomSystemBarView); in buildNavBarContent()
367 mHvacController.registerHvacViews(mBottomSystemBarView); in buildNavBarContent()
368 mBottomSystemBarWindow.addView(mBottomSystemBarView); in buildNavBarContent()
589 pw.println(mBottomSystemBarView); in dump()