Searched refs:bitmapCache (Results 1 – 2 of 2) sorted by relevance
124 private final LruCache<Object, Bitmap> bitmapCache; field in ContactPhotoManagerImpl157 bitmapCache = in ContactPhotoManagerImpl()194 "Cache size: " + btk(bitmapHolderCache.maxSize()) + " + " + btk(bitmapCache.maxSize())); in ContactPhotoManagerImpl()350 for (Bitmap b : bitmapCache.snapshot().values()) { in dumpStats()564 if (cachedBitmap.getByteCount() < bitmapCache.maxSize() / 6) { in loadCachedPhoto()565 bitmapCache.put(request.getKey(), cachedBitmap); in loadCachedPhoto()595 bitmapCache.evictAll(); in clear()
319 BitmapCache bitmapCache = PrimaryImage.getImage().getBitmapCache(); in applyFullGeometryMatrix() local320 Bitmap temp = bitmapCache.getBitmap(frame.width(), in applyFullGeometryMatrix()