Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java502 boolean hideBackground = isHidden; in updateAppearance()
503 setHideBackground(hideBackground); in updateAppearance()
926 private void setHideBackground(boolean hideBackground) { in setHideBackground() argument
927 if (mHideBackground != hideBackground) { in setHideBackground()
928 mHideBackground = hideBackground; in setHideBackground()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DActivatableNotificationView.java174 protected boolean hideBackground() { in hideBackground() method in ActivatableNotificationView
179 mBackgroundNormal.setVisibility(hideBackground() ? INVISIBLE : VISIBLE); in updateBackground()
H A DExpandableNotificationRow.java3304 protected boolean hideBackground() {
3305 return mShowNoBackground || super.hideBackground();