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.java78 private ExpandableNotificationRow mContainingNotification; field in NotificationChildrenContainer
302 StatusBarNotification notification = mContainingNotification.getStatusBarNotification();
313 mNotificationHeader, mContainingNotification);
319 mNotificationHeaderWrapper.onContentUpdated(mContainingNotification);
332 StatusBarNotification notification = mContainingNotification.getStatusBarNotification();
347 mNotificationHeaderLowPriority, mContainingNotification);
353 mNotificationHeaderWrapperLowPriority.onContentUpdated(mContainingNotification);
535 && !mContainingNotification.isGroupExpansionChanging();
660 if (!likeCollapsed && (mChildrenExpanded || mContainingNotification.isUserLocked())
665 || (!mContainingNotification.isOnKeyguard() && mContainingNotification.isExpanded())
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java140 private ExpandableNotificationRow mContainingNotification; field in NotificationContentView
396 mContainingNotification); in setContractedChild()
447 mContainingNotification); in setExpandedChild()
485 mContainingNotification); in setHeadsUpChild()
491 child.setTag(R.id.row_tag_for_content_view, mContainingNotification); in onViewAdded()
546 int maxContentHeight = mContainingNotification.getIntrinsicHeight() in setContentHeight()
592 && mContainingNotification.canShowHeadsUp(); in getMinContentHeightHint()
670 startColor = mContainingNotification.getBackgroundColorWithoutTint(); in updateBackgroundTransformation()
673 endColor = mContainingNotification.getBackgroundColorWithoutTint(); in updateBackgroundTransformation()
678 mContainingNotification.updateBackgroundAlpha(transformationAmount); in updateBackgroundTransformation()
[all …]