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.java278 private ExpandableNotificationRow mNotificationParent; field in ExpandableNotificationRow
421 return mNotificationParent.isGroupExpansionChanging(); in isGroupExpansionChanging()
609 if (mNotificationParent != null) { in onNotificationUpdated()
610 mNotificationParent.updateChildrenAppearance(); in onNotificationUpdated()
960 return mNotificationParent != null;
964 return mNotificationParent;
972 if (mExpandAnimationRunning && !isChildInGroup && mNotificationParent != null) {
973 mNotificationParent.setChildIsExpanding(false);
974 mNotificationParent.setExpandingClipPath(null);
975 mNotificationParent.setExtraWidthForClipping(0.0f);
[all …]