Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
H A DCarSystemBar.java106 private ViewGroup mRightSystemBarWindow; field in CarSystemBar
312 if (mRightSystemBarWindow != null) { in restartNavBars()
313 mRightSystemBarWindow.removeAllViews(); in restartNavBars()
353 mRightSystemBarWindow = mCarSystemBarController.getRightWindow(); in buildNavBarWindows()
382 mRightSystemBarWindow.addView(mRightSystemBarView); in buildNavBarContent()
413 if (mRightSystemBarWindow != null) { in attachNavBarBySide()
414 mWindowManager.addView(mRightSystemBarWindow, in attachNavBarBySide()