Searched refs:toShow (Results 1 – 2 of 2) sorted by relevance
200 ArrayList<StatusBarIconView> toShow = new ArrayList<>( in updateIconsForLayout() local210 toShow.add(function.apply(ent)); in updateIconsForLayout()226 if (!toShow.contains(child)) { in updateIconsForLayout()230 for (int j = 0; j < toShow.size(); j++) { in updateIconsForLayout()231 StatusBarIconView candidate = toShow.get(j); in updateIconsForLayout()270 for (int i = 0; i < toShow.size(); i++) { in updateIconsForLayout()271 StatusBarIconView v = toShow.get(i); in updateIconsForLayout()287 StatusBarIconView expected = toShow.get(i); in updateIconsForLayout()
88 ArrayList<ExpandableNotificationRow> toShow = new ArrayList<>(activeNotifications.size()); in updateNotificationViews() local124 toShow.add(ent.row); in updateNotificationViews()132 if (!toShow.contains(child) && child instanceof ExpandableNotificationRow) { in updateNotificationViews()158 for (int i = 0; i < toShow.size(); i++) { in updateNotificationViews()159 View v = toShow.get(i); in updateNotificationViews()183 ExpandableNotificationRow targetChild = toShow.get(j); in updateNotificationViews()