Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSectionsManager.kt189 val oldLastChildren = sections.mapNotNull { it.lastVisibleChild }.toSet().toMutableSet() in <lambda>() constant
212 val wasLastChild = oldLastChildren.remove(lastChild) in <lambda>()
224 oldLastChildren.forEach { noMoreLastChild -> in <lambda>()