Home
last modified time | relevance | path

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

/aosp12/packages/apps/Dialer/java/com/android/dialer/contactphoto/
H A DContactPhotoManagerImpl.java116 private final LruCache<Object, BitmapHolder> bitmapHolderCache; field in ContactPhotoManagerImpl
173 bitmapHolderCache = in ContactPhotoManagerImpl()
310 for (BitmapHolder h : bitmapHolderCache.snapshot().values()) { in dumpStats()
340 + bitmapHolderCache.toString() in dumpStats()
524 BitmapHolder holder = bitmapHolderCache.get(request.getKey()); in loadCachedPhoto()
594 bitmapHolderCache.evictAll(); in clear()
698 BitmapHolder prev = bitmapHolderCache.get(key); in cacheBitmap()
723 bitmapHolderCache.put(key, holder); in cacheBitmap()
724 if (bitmapHolderCache.get(key) != holder) { in cacheBitmap()
726 bitmapHolderCache.put(key, BITMAP_UNAVAILABLE); in cacheBitmap()
[all …]