Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/
DContactPhotoManager.java641 private final LruCache<Object, BitmapHolder> mBitmapHolderCache; field in ContactPhotoManagerImpl
728 mBitmapHolderCache = new LruCache<Object, BitmapHolder>(holderCacheSize) { in ContactPhotoManagerImpl()
741 Log.d(TAG, "Cache size: " + btk(mBitmapHolderCache.maxSize()) in ContactPhotoManagerImpl()
774 for (BitmapHolder h : mBitmapHolderCache.snapshot().values()) { in dumpStats()
790 Log.d(TAG, "L1 Stats: " + mBitmapHolderCache.toString() in dumpStats()
920 for (BitmapHolder holder : mBitmapHolderCache.snapshot().values()) { in refreshCache()
933 BitmapHolder holder = mBitmapHolderCache.get(request.getKey()); in loadCachedPhoto()
1082 mBitmapHolderCache.evictAll(); in clear()
1174 for (BitmapHolder holder : mBitmapHolderCache.snapshot().values()) { in softenCache()
1186 BitmapHolder prev = mBitmapHolderCache.get(key); in cacheBitmap()
[all …]