Searched refs:noLongerVisible (Results 1 – 2 of 2) sorted by relevance
68 ArraySet<NotificationVisibility> noLongerVisible = new ArraySet<>(); in notifyVisibilityChanged() local83 noLongerVisible.addAll(previouslyVisible); in notifyVisibilityChanged()84 noLongerVisible.removeAll(mCurrentlyVisible); in notifyVisibilityChanged()86 noLongerVisible.addAll(previouslyVisible); in notifyVisibilityChanged()90 recycleAndClear(noLongerVisible); in notifyVisibilityChanged()100 Set<NotificationVisibility> newlyVisible, Set<NotificationVisibility> noLongerVisible) { in onNotificationVisibilityChanged() argument101 if (newlyVisible.isEmpty() && noLongerVisible.isEmpty()) { in onNotificationVisibilityChanged()109 NotificationVisibility[] noLongerVisibleArray = createDeepClone(noLongerVisible) 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()