Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBar.java145 private boolean mTopSystemBarAttached; field in CarSystemBar
234 if (mTopSystemBarAttached || mBottomSystemBarAttached || mLeftSystemBarAttached in registerOverlayChangeBroadcastReceiver()
502 + ", mTopSystemBarAttached=" + mTopSystemBarAttached in attachNavBarBySide()
505 if (mTopSystemBarWindow != null && !mTopSystemBarAttached in attachNavBarBySide()
509 mTopSystemBarAttached = true; in attachNavBarBySide()
821 mTopSystemBarAttached = false; in clearSystemBarWindow()