Searched refs:toShow (Results 1 – 2 of 2) sorted by relevance
372 ArrayList<StatusBarIconView> toShow = new ArrayList<>(mNotificationEntries.size()); in updateIconsForLayout() local381 toShow.add(iconView); in updateIconsForLayout()398 if (!toShow.contains(child)) { in updateIconsForLayout()402 for (int j = 0; j < toShow.size(); j++) { in updateIconsForLayout()403 StatusBarIconView candidate = toShow.get(j); in updateIconsForLayout()442 for (int i = 0; i < toShow.size(); i++) { in updateIconsForLayout()443 StatusBarIconView v = toShow.get(i); in updateIconsForLayout()459 StatusBarIconView expected = toShow.get(i); in updateIconsForLayout()
952 private void setupShowEmptyShadeViewState(boolean toShow) { in setupShowEmptyShadeViewState() argument953 if (toShow) { in setupShowEmptyShadeViewState()