Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DConversationNotifications.kt83 private val bindEventManager: BindEventManager, constant in com.android.systemui.statusbar.notification.AnimatedImageNotificationManager
107 bindEventManager.addListener(::updateAnimatedImageDrawables) in bind()
143 bindEventManager: BindEventManager,
217 bindEventManager.addListener(::onEntryViewBound) in onRankingUpdate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DPreparationCoordinator.java116 BindEventManagerImpl bindEventManager) { in PreparationCoordinator() argument
124 bindEventManager, in PreparationCoordinator()
137 BindEventManagerImpl bindEventManager, in PreparationCoordinator() argument
148 mBindEventManager = bindEventManager; in PreparationCoordinator()