Home
last modified time | relevance | path

Searched refs:calculateNotifStats (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DStackCoordinator.kt60 val notifStats = calculateNotifStats(entries) in onAfterRenderList()
74 private fun calculateNotifStats(entries: List<ListEntry>): NotifStats { in calculateNotifStats() method