Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationInlineImageResolver.java156 public void preloadImages(Notification notification) { in preloadImages() method in NotificationInlineImageResolver
H A DNotificationContentInflater.java126 row.getImageResolver().preloadImages(sbn.getNotification()); in bindContent()