Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationInlineImageResolver.java161 public void preloadImages(Notification notification) { in preloadImages() method in NotificationInlineImageResolver
DNotificationContentInflater.java142 row.getImageResolver().preloadImages(sbn.getNotification()); in bindContent()
DNotificationRowContentBinderImpl.kt121 row.imageResolver.preloadImages(sbn.notification) in <lambda>()