Searched refs:mNotificationParent (Results 1 – 1 of 1) sorted by relevance
278 private ExpandableNotificationRow mNotificationParent; field in ExpandableNotificationRow421 return mNotificationParent.isGroupExpansionChanging(); in isGroupExpansionChanging()609 if (mNotificationParent != null) { in onNotificationUpdated()610 mNotificationParent.updateChildrenAppearance(); in onNotificationUpdated()960 return mNotificationParent != null;964 return mNotificationParent;972 if (mExpandAnimationRunning && !isChildInGroup && mNotificationParent != null) {973 mNotificationParent.setChildIsExpanding(false);974 mNotificationParent.setExpandingClipPath(null);975 mNotificationParent.setExtraWidthForClipping(0.0f);[all …]