Searched defs:newlyVisible (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java4019 Collection<NotificationVisibility> newlyVisible,
4021 if (newlyVisible.isEmpty() && noLongerVisible.isEmpty()) {
4025 newlyVisible.toArray(new NotificationVisibility[newlyVisible.size()]);
4034 final int N = newlyVisible.size();
4018 logNotificationVisibilityChanges( Collection<NotificationVisibility> newlyVisible, Collection<NotificationVisibility> noLongerVisible) argument

Completed in 199 milliseconds