Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java510 boolean hideBackground = isHidden; in updateAppearance()
511 setHideBackground(hideBackground); in updateAppearance()
907 private void setHideBackground(boolean hideBackground) { in setHideBackground() argument
908 if (mHideBackground != hideBackground) { in setHideBackground()
909 mHideBackground = hideBackground; in setHideBackground()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DActivatableNotificationView.java183 protected boolean hideBackground() { in hideBackground() method in ActivatableNotificationView
188 mBackgroundNormal.setVisibility(hideBackground() ? INVISIBLE : VISIBLE); in updateBackground()
DExpandableNotificationRow.java3414 protected boolean hideBackground() {
3415 return mShowNoBackground || super.hideBackground();