Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
H A DCarSystemBar.java110 private CarSystemBarView mRightSystemBarView; field in CarSystemBar
314 mHvacController.unregisterViews(mRightSystemBarView); in restartNavBars()
315 mRightSystemBarView = null; in restartNavBars()
378 mRightSystemBarView = mCarSystemBarController.getRightBar(isDeviceSetupForUser()); in buildNavBarContent()
379 if (mRightSystemBarView != null) { in buildNavBarContent()
380 mSystemBarConfigs.insetSystemBar(SystemBarConfigs.RIGHT, mRightSystemBarView); in buildNavBarContent()
381 mHvacController.registerHvacViews(mRightSystemBarView); in buildNavBarContent()
382 mRightSystemBarWindow.addView(mRightSystemBarView); in buildNavBarContent()