Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBar.java146 private boolean mBottomSystemBarAttached; field in CarSystemBar
234 if (mTopSystemBarAttached || mBottomSystemBarAttached || mLeftSystemBarAttached in registerOverlayChangeBroadcastReceiver()
515 + ", mBottomSystemBarAttached=" + mBottomSystemBarAttached in attachNavBarBySide()
518 if (mBottomSystemBarWindow != null && !mBottomSystemBarAttached in attachNavBarBySide()
522 mBottomSystemBarAttached = true; in attachNavBarBySide()
831 mBottomSystemBarAttached = false; in clearSystemBarWindow()