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/
DActivatableNotificationView.java426 if (!dark && fade && !shouldHideBackground()) { in setDark()
606 if (!shouldHideBackground()) { in fadeDimmedBackground()
660 if (shouldHideBackground()) { in updateBackground()
683 protected boolean shouldHideBackground() { in shouldHideBackground() method in ActivatableNotificationView
DNotificationShelf.java503 protected boolean shouldHideBackground() {
504 return super.shouldHideBackground() || mHideBackground;
DExpandableNotificationRow.java539 protected boolean shouldHideBackground() {
540 return super.shouldHideBackground() || mShowNoBackground;