Searched refs:newlyVisible (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/view/ |
D | NotificationStatsLoggerImpl.kt | 181 val newlyVisible = newVisibilities - lastLoggedVisibilities.keys in <lambda>() constant 184 maybeLogVisibilityChanges(newlyVisible, noLongerVisible, activeNotifCount) in <lambda>() 185 updateExpansionStates(newlyVisible, noLongerVisible) in <lambda>() 194 newlyVisible: Map<String, VisibilityState>, in <lambda>() 198 if (newlyVisible.isEmpty() && noLongerVisible.isEmpty()) { in <lambda>() 203 newlyVisible.mapToNotificationVisibilitiesAr(visible = true, count = activeNotifCount) in <lambda>() 213 if (newlyVisible.isNotEmpty()) { in <lambda>() 214 notificationListenerService.setNotificationsShown(newlyVisible.keys.toTypedArray()) in <lambda>() 220 newlyVisible: Map<String, VisibilityState>, in <lambda>() 224 if (newlyVisible.contains(key)) { in <lambda>() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationLogger.java | 314 Collection<NotificationVisibility> newlyVisible, in logNotificationVisibilityChanges() argument 316 if (newlyVisible.isEmpty() && noLongerVisible.isEmpty()) { in logNotificationVisibilityChanges() 319 final NotificationVisibility[] newlyVisibleAr = cloneVisibilitiesAsArr(newlyVisible); in logNotificationVisibilityChanges() 467 Collection<NotificationVisibility> newlyVisible, in onVisibilityChanged() argument 470 cloneVisibilitiesAsArr(newlyVisible); in onVisibilityChanged()
|