Searched refs:bitmapCache (Results 1 – 5 of 5) sorted by relevance
123 private final LruCache<Object, Bitmap> bitmapCache; field in ContactPhotoManagerImpl156 bitmapCache = in ContactPhotoManagerImpl()193 "Cache size: " + btk(bitmapHolderCache.maxSize()) + " + " + btk(bitmapCache.maxSize())); in ContactPhotoManagerImpl()349 for (Bitmap b : bitmapCache.snapshot().values()) { in dumpStats()563 if (cachedBitmap.getByteCount() < bitmapCache.maxSize() / 6) { in loadCachedPhoto()564 bitmapCache.put(request.getKey(), cachedBitmap); in loadCachedPhoto()594 bitmapCache.evictAll(); in clear()
465 public ContactResolver getContactResolver(ContentResolver resolver, BitmapCache bitmapCache) { in getContactResolver() argument466 return new ContactResolver(resolver, bitmapCache); in getContactResolver()
113 ContactResolver getContactResolver(ContentResolver resolver, BitmapCache bitmapCache); in getContactResolver() argument
438 public ContactResolver getContactResolver(ContentResolver resolver, BitmapCache bitmapCache) { in getContactResolver() argument
319 BitmapCache bitmapCache = MasterImage.getImage().getBitmapCache(); in applyFullGeometryMatrix() local320 Bitmap temp = bitmapCache.getBitmap(frame.width(), in applyFullGeometryMatrix()