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; 69 private final BitmapCache mCache; 94 public BasicBitmapDrawable(final Resources res, final BitmapCache cache, in BasicBitmapDrawable()
|
D | StyledCornersBitmapDrawable.java | 28 import com.android.bitmap.BitmapCache; 73 public StyledCornersBitmapDrawable(Resources res, BitmapCache cache, in StyledCornersBitmapDrawable()
|
D | ExtendedBitmapDrawable.java | 33 import com.android.bitmap.BitmapCache; 73 public ExtendedBitmapDrawable(final Resources res, final BitmapCache cache, in ExtendedBitmapDrawable()
|
/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/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/base/core/java/android/widget/ |
D | RemoteViews.java | 106 private BitmapCache mBitmapCache; 257 public void setBitmapCache(BitmapCache bitmapCache) { in setBitmapCache() 319 mBitmapCache = new BitmapCache(); in mergeRemoteViews() 941 private static class BitmapCache { class in RemoteViews 944 public BitmapCache() { in BitmapCache() method in RemoteViews.BitmapCache 948 public BitmapCache(Parcel source) { in BitmapCache() method in RemoteViews.BitmapCache 986 public void assimilate(BitmapCache bitmapCache) { in assimilate() 1040 public void setBitmapCache(BitmapCache bitmapCache) { in setBitmapCache() 1328 public ViewGroupAction(Parcel parcel, BitmapCache bitmapCache) { in ViewGroupAction() 1372 public void setBitmapCache(BitmapCache bitmapCache) { in setBitmapCache() [all …]
|
/frameworks/base/ |
D | preloaded-classes | 1677 android.widget.RemoteViews$BitmapCache
|