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.java234 private ExpandableNotificationRow mNotificationParent; field in ExpandableNotificationRow
357 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 …]