Searched refs:mNotificationParent (Results 1 – 1 of 1) sorted by relevance
240 private ExpandableNotificationRow mNotificationParent; field in ExpandableNotificationRow381 return mNotificationParent.isGroupExpansionChanging(); in isGroupExpansionChanging()565 if (mNotificationParent != null) { in onNotificationUpdated()566 mNotificationParent.updateChildrenHeaderAppearance(); in onNotificationUpdated()830 return mNotificationParent != null;841 return mNotificationParent;849 if (mExpandAnimationRunning && !isChildInGroup && mNotificationParent != null) {850 mNotificationParent.setChildIsExpanding(false);851 mNotificationParent.setExtraWidthForClipping(0.0f);852 mNotificationParent.setMinimumHeightForClipping(0);[all …]