Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java70 private boolean mHideBackground; field in NotificationShelf
280 if (mHideBackground && !((ShelfState) getViewState()).hasItemsInStableShelf) { in updateAppearance()
789 if (mHideBackground != hideBackground) {
790 mHideBackground = hideBackground;
798 return !mHideBackground && !mDark && super.needsOutline();
803 return super.shouldHideBackground() || mHideBackground || mDark;