Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBar.java140 private ViewGroup mRightSystemBarWindow; field in CarSystemBar
434 mRightSystemBarWindow = mCarSystemBarController.getRightWindow(); in buildNavBarWindows()
442 mDisplayCompatToolbarController.init(mRightSystemBarWindow); in buildNavBarWindows()
473 mRightSystemBarWindow.addView(mRightSystemBarView); in buildNavBarContent()
491 return mRightSystemBarWindow; in getSystemBarWindowBySide()
540 Log.d(TAG, "mRightSystemBarWindow = " + mRightSystemBarWindow in attachNavBarBySide()
545 if (mRightSystemBarWindow != null && !mRightSystemBarAttached in attachNavBarBySide()
547 mWindowManager.addView(mRightSystemBarWindow, in attachNavBarBySide()
846 if (mRightSystemBarWindow != null) { in clearSystemBarWindow()
847 mRightSystemBarWindow.removeAllViews(); in clearSystemBarWindow()
[all …]