Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DConversationNotifications.kt95 updateAnimatedImageDrawables(entry) in bind()
103 notifCollection.allNotifs.forEach(::updateAnimatedImageDrawables) in bind()
107 bindEventManager.addListener(::updateAnimatedImageDrawables) in bind()
110 private fun updateAnimatedImageDrawables(entry: NotificationEntry) = in updateAnimatedImageDrawables() method in com.android.systemui.statusbar.notification.AnimatedImageNotificationManager
112 updateAnimatedImageDrawables(row, animating = row.isHeadsUp || isStatusBarExpanded) in updateAnimatedImageDrawables()
115 private fun updateAnimatedImageDrawables(row: ExpandableNotificationRow, animating: Boolean) = in updateAnimatedImageDrawables() method