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.java493 void onGroupExpansionChanged(ExpandableNotificationRow changedRow, boolean expanded); in onGroupExpansionChanged() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java3940 public void onGroupExpansionChanged(ExpandableNotificationRow changedRow, boolean expanded) { in onGroupExpansionChanged() argument
3942 && (mIsExpanded || changedRow.isPinned()); in onGroupExpansionChanged()
3944 mExpandedGroupView = changedRow; in onGroupExpansionChanged()
3947 changedRow.setChildrenExpanded(expanded, animated); in onGroupExpansionChanged()
3949 onHeightChanged(changedRow, false /* needsAnimation */); in onGroupExpansionChanged()
3954 changedRow.onFinishedExpansionChange(); in onGroupExpansionChanged()