Searched refs:shadeList (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
D | ShadeListBuilder.java | 727 private void pruneIncompleteGroups(List<ListEntry> shadeList) { in pruneIncompleteGroups() argument 732 getGroupsWithChildrenLostToStability(shadeList); in pruneIncompleteGroups() 739 addGroupsWithChildrenLostToPromotion(shadeList, groupsExemptFromSummaryPromotion); in pruneIncompleteGroups() 743 for (int i = shadeList.size() - 1; i >= 0; i--) { in pruneIncompleteGroups() 744 final ListEntry tle = shadeList.get(i); in pruneIncompleteGroups() 756 pruneGroupAtIndexAndPromoteAnyChildren(shadeList, group, i); in pruneIncompleteGroups() 759 pruneGroupAtIndexAndPromoteSummary(shadeList, group, i); in pruneIncompleteGroups() 764 pruneGroupAtIndexAndPromoteAnyChildren(shadeList, group, i); in pruneIncompleteGroups() 788 pruneGroupAtIndexAndPromoteAnyChildren(shadeList, group, i); in pruneIncompleteGroups() 795 private void pruneGroupAtIndexAndPromoteSummary(List<ListEntry> shadeList, in pruneGroupAtIndexAndPromoteSummary() argument [all …]
|