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

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

Completed in 35 milliseconds