Searched refs:mNotificationParent (Results 1 – 1 of 1) sorted by relevance
249 private ExpandableNotificationRow mNotificationParent; field in ExpandableNotificationRow373 return mNotificationParent.isGroupExpansionChanging(); in isGroupExpansionChanging()592 if (mNotificationParent != null) { in onNotificationUpdated()593 mNotificationParent.updateChildrenHeaderAppearance(); in onNotificationUpdated()823 return mNotificationParent != null;834 return mNotificationParent;843 if (mExpandAnimationRunning && !isChildInGroup && mNotificationParent != null) {844 mNotificationParent.setChildIsExpanding(false);845 mNotificationParent.setExtraWidthForClipping(0.0f);846 mNotificationParent.setMinimumHeightForClipping(0);[all …]