Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupManager.java625 default void onGroupExpansionChanged(ExpandableNotificationRow changedRow, in onGroupExpansionChanged() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java6429 … public void onGroupExpansionChanged(ExpandableNotificationRow changedRow, boolean expanded) {
6431 && (mIsExpanded || changedRow.isPinned());
6433 mExpandedGroupView = changedRow;
6436 changedRow.setChildrenExpanded(expanded, animated);
6438 onHeightChanged(changedRow, false /* needsAnimation */);
6443 changedRow.onFinishedExpansionChange();