Searched refs:BitmapCache (Results 1 – 10 of 10) sorted by relevance
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/ |
D | CircularBitmapDrawable.java | 32 import com.android.bitmap.BitmapCache; 49 BitmapCache cache, boolean limitDensity) { in CircularBitmapDrawable() 54 BitmapCache cache, boolean limitDensity, ExtendedOptions opts) { in CircularBitmapDrawable()
|
D | BasicBitmapDrawable.java | 28 import com.android.bitmap.BitmapCache; 67 private final BitmapCache mCache; 96 public BasicBitmapDrawable(final Resources res, final BitmapCache cache, in BasicBitmapDrawable()
|
D | ExtendedBitmapDrawable.java | 33 import com.android.bitmap.BitmapCache; 73 public ExtendedBitmapDrawable(final Resources res, final BitmapCache cache, in ExtendedBitmapDrawable()
|
D | StyledCornersBitmapDrawable.java | 30 import com.android.bitmap.BitmapCache; 83 public StyledCornersBitmapDrawable(Resources res, BitmapCache cache, in StyledCornersBitmapDrawable()
|
/frameworks/opt/bitmap/sample/src/com/example/bitmapsample/ |
D | MainActivity.java | 29 import com.android.bitmap.BitmapCache; 38 private final BitmapCache mCache = new UnrefedBitmapCache(TARGET_CACHE_SIZE_BYTES, 0, 0);
|
/frameworks/opt/bitmap/src/com/android/bitmap/ |
D | BitmapCache.java | 19 public interface BitmapCache extends PooledCache<RequestKey, ReusableBitmap> { interface
|
D | UnrefedBitmapCache.java | 36 implements BitmapCache {
|
D | DecodeTask.java | 55 private final BitmapCache mCache; 99 FileDescriptorFactory factory, DecodeCallback callback, BitmapCache cache) { in DecodeTask()
|
/frameworks/base/core/java/android/widget/ |
D | RemoteViews.java | 108 private BitmapCache mBitmapCache; 259 public void setBitmapCache(BitmapCache bitmapCache) { in setBitmapCache() 321 mBitmapCache = new BitmapCache(); in mergeRemoteViews() 943 private static class BitmapCache { class in RemoteViews 946 public BitmapCache() { in BitmapCache() method in RemoteViews.BitmapCache 950 public BitmapCache(Parcel source) { in BitmapCache() method in RemoteViews.BitmapCache 988 public void assimilate(BitmapCache bitmapCache) { in assimilate() 1042 public void setBitmapCache(BitmapCache bitmapCache) { in setBitmapCache() 1344 public ViewGroupAction(Parcel parcel, BitmapCache bitmapCache) { in ViewGroupAction() 1388 public void setBitmapCache(BitmapCache bitmapCache) { in setBitmapCache() [all …]
|
/frameworks/base/ |
D | preloaded-classes | 2147 android.widget.RemoteViews$BitmapCache
|