Searched refs:toShow (Results 1 – 3 of 3) sorted by relevance
157 ArrayList<ExpandableNotificationRow> toShow = new ArrayList<>(activeNotifications.size()); in updateNotificationViews() local230 toShow.add(ent.getRow()); in updateNotificationViews()238 if (!toShow.contains(child) && child instanceof ExpandableNotificationRow) { in updateNotificationViews()266 for (int i = 0; i < toShow.size(); i++) { in updateNotificationViews()267 View v = toShow.get(i); in updateNotificationViews()274 toShow.remove(v); in updateNotificationViews()296 ExpandableNotificationRow targetChild = toShow.get(j); in updateNotificationViews()
418 ArrayList<StatusBarIconView> toShow = new ArrayList<>(mNotificationEntries.size()); in updateIconsForLayout() local428 toShow.add(iconView); in updateIconsForLayout()445 if (!toShow.contains(child)) { in updateIconsForLayout()449 for (int j = 0; j < toShow.size(); j++) { in updateIconsForLayout()450 StatusBarIconView candidate = toShow.get(j); in updateIconsForLayout()489 for (int i = 0; i < toShow.size(); i++) { in updateIconsForLayout()490 StatusBarIconView v = toShow.get(i); in updateIconsForLayout()506 StatusBarIconView expected = toShow.get(i); in updateIconsForLayout()
385 boolean toShow) { in setupShowEmptyShadeViewState() argument386 if (toShow) { in setupShowEmptyShadeViewState()