Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
DNotifViewBarn.kt31 private val rowMap = mutableMapOf<String, ExpandableNotificationRowController>() constant in com.android.systemui.statusbar.notification.collection.render.NotifViewBarn
37 val li = rowMap[forEntry.key] in requireView()
49 rowMap[entry.key] = controller in registerViewForEntry()
56 rowMap.remove(entry.key) in removeViewForEntry()