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.java703 default void onGroupExpansionChanged(ExpandableNotificationRow changedRow, in onGroupExpansionChanged() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java6763 … public void onGroupExpansionChanged(ExpandableNotificationRow changedRow, boolean expanded) {
6765 && (mIsExpanded || changedRow.isPinned());
6767 mExpandedGroupView = changedRow;
6770 changedRow.setChildrenExpanded(expanded, animated);
6772 onHeightChanged(changedRow, false /* needsAnimation */);
6777 changedRow.onFinishedExpansionChange();