Searched refs:updateAnimatedImageDrawables (Results 1 – 1 of 1) sorted by relevance
95 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.AnimatedImageNotificationManager112 updateAnimatedImageDrawables(row, animating = row.isHeadsUp || isStatusBarExpanded) in updateAnimatedImageDrawables()115 private fun updateAnimatedImageDrawables(row: ExpandableNotificationRow, animating: Boolean) = in updateAnimatedImageDrawables() method