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/
DExpandableNotificationRow.java206 private ExpandableNotificationRow mNotificationParent; field in ExpandableNotificationRow
330 return mNotificationParent.isGroupExpansionChanging(); in isGroupExpansionChanging()
482 if (mNotificationParent != null) { in onNotificationUpdated()
483 mNotificationParent.updateChildrenHeaderAppearance(); in onNotificationUpdated()
680 return mNotificationParent != null;
691 return mNotificationParent;
700 if (mExpandAnimationRunning && !isChildInGroup && mNotificationParent != null) {
701 mNotificationParent.setChildIsExpanding(false);
702 mNotificationParent.setExtraWidthForClipping(0.0f);
703 mNotificationParent.setMinimumHeightForClipping(0);
[all …]