Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
H A DCarSystemBar.java109 private CarSystemBarView mLeftSystemBarView; field in CarSystemBar
308 mHvacController.unregisterViews(mLeftSystemBarView); in restartNavBars()
309 mLeftSystemBarView = null; in restartNavBars()
371 mLeftSystemBarView = mCarSystemBarController.getLeftBar(isDeviceSetupForUser()); in buildNavBarContent()
372 if (mLeftSystemBarView != null) { in buildNavBarContent()
373 mSystemBarConfigs.insetSystemBar(SystemBarConfigs.LEFT, mLeftSystemBarView); in buildNavBarContent()
374 mHvacController.registerHvacViews(mLeftSystemBarView); in buildNavBarContent()
375 mLeftSystemBarWindow.addView(mLeftSystemBarView); in buildNavBarContent()