Home
last modified time | relevance | path

Searched refs:mNotificationParent (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java249 private ExpandableNotificationRow mNotificationParent; field in ExpandableNotificationRow
373 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 …]