Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DActivatableNotificationView.java622 if (!shouldHideBackground()) { in fadeDimmedBackground()
674 if (shouldHideBackground()) { in updateBackground()
702 protected boolean shouldHideBackground() { in shouldHideBackground() method in ActivatableNotificationView
DExpandableNotificationRow.java884 protected boolean shouldHideBackground() {
885 return super.shouldHideBackground() || mShowNoBackground;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java802 protected boolean shouldHideBackground() {
803 return super.shouldHideBackground() || mHideBackground || mDark;