Home
last modified time | relevance | path

Searched refs:toShow (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManager.java157 ArrayList<ExpandableNotificationRow> toShow = new ArrayList<>(activeNotifications.size()); in updateNotificationViews() local
230 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconAreaController.java418 ArrayList<StatusBarIconView> toShow = new ArrayList<>(mNotificationEntries.size()); in updateIconsForLayout() local
428 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()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollerControllerTest.java385 boolean toShow) { in setupShowEmptyShadeViewState() argument
386 if (toShow) { in setupShowEmptyShadeViewState()