Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewbinder/
DNotificationIconContainerViewBinder.kt219 val boundViewsByNotifKey = ArrayMap<String, Pair<StatusBarIconView, Job>>() in <lambda>() constant
228 boundViewsByNotifKey[notifKey]?.first?.statusBarIcon in <lambda>()
234 val (child, job) = boundViewsByNotifKey.remove(notifKey) ?: continue in <lambda>()
267 boundViewsByNotifKey.remove(notifKey)?.second?.cancel() in <lambda>()
268 boundViewsByNotifKey[notifKey] = in <lambda>()
294 info.notifKey in boundViewsByNotifKey in <lambda>()
311 boundViewsByNotifKey[it.notifKey]?.first in <lambda>()