Searched refs:mNotificationParent (Results 1 – 1 of 1) sorted by relevance
234 private ExpandableNotificationRow mNotificationParent; field in ExpandableNotificationRow357 return mNotificationParent.isGroupExpansionChanging(); in isGroupExpansionChanging()570 if (mNotificationParent != null) { in onNotificationUpdated()571 mNotificationParent.updateChildrenHeaderAppearance(); in onNotificationUpdated()806 return mNotificationParent != null;817 return mNotificationParent;826 if (mExpandAnimationRunning && !isChildInGroup && mNotificationParent != null) {827 mNotificationParent.setChildIsExpanding(false);828 mNotificationParent.setExtraWidthForClipping(0.0f);829 mNotificationParent.setMinimumHeightForClipping(0);[all …]