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