Searched refs:mBottomSystemBarWindow (Results 1 – 1 of 1) sorted by relevance
138 private ViewGroup mBottomSystemBarWindow; field in CarSystemBar432 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()