| Modifier and Type | Method and Description |
|---|---|
CacheableBitmapDrawable |
BitmapLruCache.get(String url)
Returns the value for
url. |
CacheableBitmapDrawable |
BitmapLruCache.get(String url,
android.graphics.BitmapFactory.Options decodeOpts)
Returns the value for
url. |
CacheableBitmapDrawable |
BitmapLruCache.getFromDiskCache(String url,
android.graphics.BitmapFactory.Options decodeOpts)
Returns the value for
url in the disk cache only. |
CacheableBitmapDrawable |
BitmapLruCache.getFromMemoryCache(String url)
Returns the value for
url in the memory cache only. |
CacheableBitmapDrawable |
BitmapLruCache.put(String url,
android.graphics.Bitmap bitmap)
Caches
bitmap for url into all enabled caches. |
CacheableBitmapDrawable |
BitmapLruCache.put(String url,
android.graphics.Bitmap bitmap,
android.graphics.Bitmap.CompressFormat compressFormat,
int compressQuality)
Caches
bitmap for url into all enabled caches. |
CacheableBitmapDrawable |
BitmapLruCache.put(String url,
InputStream inputStream)
Caches resulting bitmap from
inputStream for url into all enabled caches. |
CacheableBitmapDrawable |
BitmapLruCache.put(String url,
InputStream inputStream,
android.graphics.BitmapFactory.Options decodeOpts)
Caches resulting bitmap from
inputStream for url into all enabled caches. |
Copyright © 2013. All Rights Reserved.