Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
H A DCarSystemBar.java104 private ViewGroup mBottomSystemBarWindow; field in CarSystemBar
300 if (mBottomSystemBarWindow != null) { in restartNavBars()
301 mBottomSystemBarWindow.removeAllViews(); in restartNavBars()
351 mBottomSystemBarWindow = mCarSystemBarController.getBottomWindow(); in buildNavBarWindows()
368 mBottomSystemBarWindow.addView(mBottomSystemBarView); in buildNavBarContent()
399 if (mBottomSystemBarWindow != null && !mBottomNavBarVisible) { in attachNavBarBySide()
402 mWindowManager.addView(mBottomSystemBarWindow, in attachNavBarBySide()