Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBar.java143 private CarSystemBarView mLeftSystemBarView; field in CarSystemBar
462 mLeftSystemBarView = mCarSystemBarController.getLeftBar(isDeviceSetupForUser()); in buildNavBarContent()
463 if (mLeftSystemBarView != null) { in buildNavBarContent()
464 mSystemBarConfigs.insetSystemBar(LEFT, mLeftSystemBarView); in buildNavBarContent()
465 mHvacController.registerHvacViews(mLeftSystemBarView); in buildNavBarContent()
466 mLeftSystemBarWindow.addView(mLeftSystemBarView); in buildNavBarContent()
838 mHvacController.unregisterViews(mLeftSystemBarView); in clearSystemBarWindow()
843 mLeftSystemBarView = null; in clearSystemBarWindow()