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.java635 default void onGroupExpansionChanged(ExpandableNotificationRow changedRow, in onGroupExpansionChanged() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java6469 … public void onGroupExpansionChanged(ExpandableNotificationRow changedRow, boolean expanded) {
6471 && (mIsExpanded || changedRow.isPinned());
6473 mExpandedGroupView = changedRow;
6476 changedRow.setChildrenExpanded(expanded, animated);
6478 onHeightChanged(changedRow, false /* needsAnimation */);
6483 changedRow.onFinishedExpansionChange();