Searched refs:mBitmapHolderCache (Results 1 – 1 of 1) sorted by relevance
641 private final LruCache<Object, BitmapHolder> mBitmapHolderCache; field in ContactPhotoManagerImpl728 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 …]