Home
last modified time | relevance | path

Searched refs:PoolableImageCache (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
DPoolableImageCache.java37 public class PoolableImageCache extends MediaCache<ImageResource> { class
43 public PoolableImageCache(final int id, final String name) { in PoolableImageCache() method in PoolableImageCache
47 public PoolableImageCache(final int maxSize, final int id, final String name) { in PoolableImageCache() method in PoolableImageCache
230 synchronized (PoolableImageCache.this) { in addResourceToPool()
243 synchronized (PoolableImageCache.this) { in removeResourceFromPool()
258 synchronized (PoolableImageCache.this) { in getReusableBitmapFromPool()
DMediaCacheManager.java23 import com.android.messaging.datamodel.media.PoolableImageCache.ReusableImageResourcePool;
62 if (cache != null && cache instanceof PoolableImageCache) { in getOrCreateBitmapPoolForCache()
63 return ((PoolableImageCache) cache).asReusableBitmapPool(); in getOrCreateBitmapPoolForCache()
DBugleMediaCacheManager.java40 return new PoolableImageCache(SHARED_IMAGE_CACHE_SIZE, id, "DefaultImageCache"); in createMediaCacheById()
43 return new PoolableImageCache(id, "AvatarImageCache"); in createMediaCacheById()
DFileImageRequest.java23 import com.android.messaging.datamodel.media.PoolableImageCache.ReusableImageResourcePool;
61 final BitmapFactory.Options options = PoolableImageCache.getBitmapOptionsForPool( in loadBitmapInternal()
DImageRequest.java26 import com.android.messaging.datamodel.media.PoolableImageCache.ReusableImageResourcePool;
152 final BitmapFactory.Options options = PoolableImageCache.getBitmapOptionsForPool( in loadBitmapInternal()