Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/contactphoto/
DContactPhotoManagerImpl.java124 private final LruCache<Object, Bitmap> bitmapCache; field in ContactPhotoManagerImpl
157 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()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DGeometryMathUtils.java319 BitmapCache bitmapCache = PrimaryImage.getImage().getBitmapCache(); in applyFullGeometryMatrix() local
320 Bitmap temp = bitmapCache.getBitmap(frame.width(), in applyFullGeometryMatrix()