Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java66 private boolean mHideBackground; field in NotificationShelf
231 if (mHideBackground && !((ShelfState) getViewState()).hasItemsInStableShelf) { in updateAppearance()
715 if (mHideBackground != hideBackground) { in setHideBackground()
716 mHideBackground = hideBackground; in setHideBackground()
723 return !mHideBackground && super.needsOutline(); in needsOutline()