Searched refs:newlyVisible (Results 1 – 2 of 2) sorted by relevance
67 ArraySet<NotificationVisibility> newlyVisible = new ArraySet<>(); in notifyVisibilityChanged() local80 newlyVisible.addAll(mCurrentlyVisible); in notifyVisibilityChanged()81 newlyVisible.removeAll(previouslyVisible); in notifyVisibilityChanged()89 onNotificationVisibilityChanged(newlyVisible, previouslyVisible); in notifyVisibilityChanged()100 Set<NotificationVisibility> newlyVisible, Set<NotificationVisibility> noLongerVisible) { in onNotificationVisibilityChanged() argument101 if (newlyVisible.isEmpty() && noLongerVisible.isEmpty()) { in onNotificationVisibilityChanged()106 NotificationVisibility[] newlyVisibleArray = createDeepClone(newlyVisible) in onNotificationVisibilityChanged()
115 Set<NotificationVisibility> newlyVisible, Set<NotificationVisibility> noLongerVisible) { in onNotificationVisibilityChanged() argument116 if (newlyVisible.isEmpty() && noLongerVisible.isEmpty()) { in onNotificationVisibilityChanged()122 cloneVisibilitiesAsArr(newlyVisible), cloneVisibilitiesAsArr(noLongerVisible)); in onNotificationVisibilityChanged()