Searched refs:mContainingNotification (Results 1 – 2 of 2) sorted by relevance
79 private ExpandableNotificationRow mContainingNotification; field in NotificationChildrenContainer316 StatusBarNotification notification = mContainingNotification.getEntry().getSbn();327 mNotificationHeader, mContainingNotification);333 mNotificationHeaderWrapper.onContentUpdated(mContainingNotification);355 StatusBarNotification notification = mContainingNotification.getEntry().getSbn();370 mNotificationHeaderLowPriority, mContainingNotification);376 mNotificationHeaderWrapperLowPriority.onContentUpdated(mContainingNotification);570 && !mContainingNotification.isGroupExpansionChanging();695 if (!likeCollapsed && (mChildrenExpanded || mContainingNotification.isUserLocked())700 || (!mContainingNotification.isOnKeyguard() && mContainingNotification.isExpanded())[all …]
155 private ExpandableNotificationRow mContainingNotification; field in NotificationContentView412 mContainingNotification); in setContractedChild()464 mContainingNotification); in setExpandedChild()465 if (mContainingNotification != null) { in setExpandedChild()466 applyBubbleAction(mExpandedChild, mContainingNotification.getEntry()); in setExpandedChild()506 mContainingNotification); in setHeadsUpChild()507 if (mContainingNotification != null) { in setHeadsUpChild()508 applyBubbleAction(mHeadsUpChild, mContainingNotification.getEntry()); in setHeadsUpChild()515 child.setTag(R.id.row_tag_for_content_view, mContainingNotification); in onViewAdded()573 int maxContentHeight = mContainingNotification.getIntrinsicHeight() in setContentHeight()[all …]