Home
last modified time | relevance | path

Searched defs:imageCache (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/TV/src/com/android/tv/util/images/
H A DImageLoader.java207 ImageCache imageCache = ImageCache.getInstance(); in doLoadBitmap() local
322 Context context, ImageCache imageCache, String key, int maxHeight, int maxWidth) { in LoadBitmapTask()
387 ImageCache imageCache, in LoadBitmapFromUriTask()
446 ImageCache imageCache = ImageCache.getInstance(); in getAspectRatioFromPosterArtUri() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationInlineImageResolver.java65 public NotificationInlineImageResolver(Context context, ImageCache imageCache) { in NotificationInlineImageResolver()