Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBar.java144 private CarSystemBarView mRightSystemBarView; field in CarSystemBar
469 mRightSystemBarView = mCarSystemBarController.getRightBar(isDeviceSetupForUser()); in buildNavBarContent()
470 if (mRightSystemBarView != null) { in buildNavBarContent()
471 mSystemBarConfigs.insetSystemBar(RIGHT, mRightSystemBarView); in buildNavBarContent()
472 mHvacController.registerHvacViews(mRightSystemBarView); in buildNavBarContent()
473 mRightSystemBarWindow.addView(mRightSystemBarView); in buildNavBarContent()
848 mHvacController.unregisterViews(mRightSystemBarView); in clearSystemBarWindow()
853 mRightSystemBarView = null; in clearSystemBarWindow()