Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainer.java100 private ExpandableNotificationRow mContainingNotification; field in NotificationChildrenContainer
408 StatusBarNotification notification = mContainingNotification.getEntry().getSbn();
425 mContainingNotification);
435 mGroupHeaderWrapper.onContentUpdated(mContainingNotification);
495 mContainingNotification);
501 mGroupHeaderWrapper.onContentUpdated(mContainingNotification);
532 mContainingNotification);
537 mMinimizedGroupHeaderWrapper.onContentUpdated(mContainingNotification);
551 StatusBarNotification notification = mContainingNotification.getEntry().getSbn();
568 mContainingNotification);
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java174 private ExpandableNotificationRow mContainingNotification; field in NotificationContentView
435 mContainingNotification); in setContractedChild()
497 mContainingNotification); in setExpandedChild()
498 if (mContainingNotification != null) { in setExpandedChild()
499 applySystemActions(mExpandedChild, mContainingNotification.getEntry()); in setExpandedChild()
549 mContainingNotification); in setHeadsUpChild()
550 if (mContainingNotification != null) { in setHeadsUpChild()
551 applySystemActions(mHeadsUpChild, mContainingNotification.getEntry()); in setHeadsUpChild()
582 child.setTag(R.id.row_tag_for_content_view, mContainingNotification); in onViewAdded()
640 int maxContentHeight = mContainingNotification.getIntrinsicHeight() in setContentHeight()
[all …]