Searched refs:changedRow (Results 1 – 3 of 3) sorted by relevance
64 void onGroupExpansionChange(ExpandableNotificationRow changedRow, boolean expanded); in onGroupExpansionChange() argument
5965 void onGroupExpandChanged(ExpandableNotificationRow changedRow, boolean expanded) {5966 boolean animated = mAnimationsEnabled && (mIsExpanded || changedRow.isPinned());5968 mExpandedGroupView = changedRow;5971 changedRow.setChildrenExpanded(expanded, animated);5972 onChildHeightChanged(changedRow, false /* needsAnimation */);5977 changedRow.onFinishedExpansionChange();
642 (changedRow, expanded) -> mView.onGroupExpandChanged(changedRow, expanded)); in NotificationStackScrollLayoutController()