Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DActivatableNotificationView.java441 if (!dark && fade && !shouldHideBackground()) { in setDark()
591 if (!shouldHideBackground()) { in fadeDimmedBackground()
645 if (shouldHideBackground()) { in updateBackground()
668 protected boolean shouldHideBackground() { in shouldHideBackground() method in ActivatableNotificationView
DExpandableNotificationRow.java430 protected boolean shouldHideBackground() {
431 return super.shouldHideBackground() || mShowNoBackground;