Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationChildrenContainer.java83 private ExpandableNotificationRow mContainingNotification; field in NotificationChildrenContainer
335 mNotificationHeader, mContainingNotification);
576 && !mContainingNotification.isGroupExpansionChanging();
702 || (!mContainingNotification.isOnKeyguard() && mContainingNotification.isExpanded())
703 || (mContainingNotification.isHeadsUpState()
704 && mContainingNotification.canShowHeadsUp())) {
753 if (mContainingNotification.hasExpandingChild()) {
867 mContainingNotification = parent;
872 return mContainingNotification;
1156 return mIsLowPriority && !mContainingNotification.isExpanded();
[all …]
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java156 private ExpandableNotificationRow mContainingNotification; field in NotificationContentView
375 mContainingNotification); in setContractedChild()
427 mContainingNotification); in setExpandedChild()
428 if (mContainingNotification != null) { in setExpandedChild()
469 mContainingNotification); in setHeadsUpChild()
470 if (mContainingNotification != null) { in setHeadsUpChild()
582 && mContainingNotification.canShowHeadsUp(); in getMinContentHeightHint()
742 return mContainingNotification.isGroupExpanded(); in isGroupExpanded()
1049 && mContainingNotification.canShowHeadsUp()) { in getVisualTypeForHeight()
1635 mContainingNotification = containingNotification; in setContainingNotification()
[all …]