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/stack/
DNotificationStackScrollLayout.java4228 public void onGroupExpansionChanged(ExpandableNotificationRow changedRow, boolean expanded) {
4230 && (mIsExpanded || changedRow.isPinned());
4232 mExpandedGroupView = changedRow;
4235 changedRow.setChildrenExpanded(expanded, animated);
4237 onHeightChanged(changedRow, false /* needsAnimation */);
4242 changedRow.onFinishedExpansionChange();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupManager.java667 void onGroupExpansionChanged(ExpandableNotificationRow changedRow, boolean expanded); in onGroupExpansionChanged() argument