Home
last modified time | relevance | path

Searched refs:setNotificationFaded (Results 1 – 12 of 12) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
H A DNotificationDecoratedCustomViewWrapper.java77 public void setNotificationFaded(boolean faded) { in setNotificationFaded() method in NotificationDecoratedCustomViewWrapper
78 super.setNotificationFaded(faded); in setNotificationFaded()
H A DNotificationCustomViewWrapper.java96 public void setNotificationFaded(boolean faded) { in setNotificationFaded() method in NotificationCustomViewWrapper
97 super.setNotificationFaded(faded); in setNotificationFaded()
H A DNotificationCallTemplateViewWrapper.kt94 override fun setNotificationFaded(faded: Boolean) {
H A DNotificationConversationTemplateViewWrapper.kt144 override fun setNotificationFaded(faded: Boolean) {
H A DNotificationViewWrapper.java404 public void setNotificationFaded(boolean faded) { in setNotificationFaded() method in NotificationViewWrapper
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DHybridConversationNotificationView.java148 public void setNotificationFaded(boolean faded) { in setNotificationFaded() method in HybridConversationNotificationView
149 super.setNotificationFaded(faded); in setNotificationFaded()
H A DHybridNotificationView.java154 public void setNotificationFaded(boolean faded) {} in setNotificationFaded() method in HybridNotificationView
H A DNotificationContentView.java2004 public void setNotificationFaded(boolean faded) { in setNotificationFaded() method in NotificationContentView
2006 mContractedWrapper.setNotificationFaded(faded); in setNotificationFaded()
2009 mHeadsUpWrapper.setNotificationFaded(faded); in setNotificationFaded()
2012 mExpandedWrapper.setNotificationFaded(faded); in setNotificationFaded()
2015 mSingleLineView.setNotificationFaded(faded); in setNotificationFaded()
H A DExpandableNotificationRow.java2749 setNotificationFaded(false);
2792 public void setNotificationFaded(boolean faded) {
2821 ((NotificationFadeAware) view).setNotificationFaded(faded);
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationFadeAware.java57 void setNotificationFaded(boolean faded); in setNotificationFaded() method
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationChildrenContainer.java283 row.setNotificationFaded(mContainingNotificationIsFaded); in addNotification()
308 row.setNotificationFaded(false);
1318 public void setNotificationFaded(boolean faded) {
1321 mNotificationHeaderWrapper.setNotificationFaded(faded);
1324 mNotificationHeaderWrapperLowPriority.setNotificationFaded(faded);
1327 child.setNotificationFaded(faded);
H A DViewState.java219 fadeOptimizedView.setNotificationFaded(becomesFaded); in applyToView()