Searched refs:PoolableImageCache (Results 1 – 5 of 5) sorted by relevance
37 public class PoolableImageCache extends MediaCache<ImageResource> { class43 public PoolableImageCache(final int id, final String name) { in PoolableImageCache() method in PoolableImageCache47 public PoolableImageCache(final int maxSize, final int id, final String name) { in PoolableImageCache() method in PoolableImageCache230 synchronized (PoolableImageCache.this) { in addResourceToPool()243 synchronized (PoolableImageCache.this) { in removeResourceFromPool()258 synchronized (PoolableImageCache.this) { in getReusableBitmapFromPool()
23 import com.android.messaging.datamodel.media.PoolableImageCache.ReusableImageResourcePool;62 if (cache != null && cache instanceof PoolableImageCache) { in getOrCreateBitmapPoolForCache()63 return ((PoolableImageCache) cache).asReusableBitmapPool(); in getOrCreateBitmapPoolForCache()
40 return new PoolableImageCache(SHARED_IMAGE_CACHE_SIZE, id, "DefaultImageCache"); in createMediaCacheById()43 return new PoolableImageCache(id, "AvatarImageCache"); in createMediaCacheById()
23 import com.android.messaging.datamodel.media.PoolableImageCache.ReusableImageResourcePool;61 final BitmapFactory.Options options = PoolableImageCache.getBitmapOptionsForPool( in loadBitmapInternal()
26 import com.android.messaging.datamodel.media.PoolableImageCache.ReusableImageResourcePool;152 final BitmapFactory.Options options = PoolableImageCache.getBitmapOptionsForPool( in loadBitmapInternal()