Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBar.java138 private ViewGroup mBottomSystemBarWindow; field in CarSystemBar
432 mBottomSystemBarWindow = mCarSystemBarController.getBottomWindow(); in buildNavBarWindows()
459 mBottomSystemBarWindow.addView(mBottomSystemBarView); in buildNavBarContent()
487 return mBottomSystemBarWindow; in getSystemBarWindowBySide()
514 Log.d(TAG, "mBottomSystemBarWindow = " + mBottomSystemBarWindow in attachNavBarBySide()
518 if (mBottomSystemBarWindow != null && !mBottomSystemBarAttached in attachNavBarBySide()
520 mWindowManager.addView(mBottomSystemBarWindow, in attachNavBarBySide()
826 if (mBottomSystemBarWindow != null) { in clearSystemBarWindow()
827 mBottomSystemBarWindow.removeAllViews(); in clearSystemBarWindow()
830 mWindowManager.removeViewImmediate(mBottomSystemBarWindow); in clearSystemBarWindow()