Searched refs:mNotificationParent (Results 1 – 1 of 1) sorted by relevance
206 private ExpandableNotificationRow mNotificationParent; field in ExpandableNotificationRow330 return mNotificationParent.isGroupExpansionChanging(); in isGroupExpansionChanging()482 if (mNotificationParent != null) { in onNotificationUpdated()483 mNotificationParent.updateChildrenHeaderAppearance(); in onNotificationUpdated()680 return mNotificationParent != null;691 return mNotificationParent;700 if (mExpandAnimationRunning && !isChildInGroup && mNotificationParent != null) {701 mNotificationParent.setChildIsExpanding(false);702 mNotificationParent.setExtraWidthForClipping(0.0f);703 mNotificationParent.setMinimumHeightForClipping(0);[all …]