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