Home
last modified time | relevance | path

Searched refs:BitmapCache (Results 1 – 10 of 10) sorted by relevance

/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DCircularBitmapDrawable.java32 import com.android.bitmap.BitmapCache;
49 BitmapCache cache, boolean limitDensity) { in CircularBitmapDrawable()
54 BitmapCache cache, boolean limitDensity, ExtendedOptions opts) { in CircularBitmapDrawable()
DBasicBitmapDrawable.java28 import com.android.bitmap.BitmapCache;
67 private final BitmapCache mCache;
96 public BasicBitmapDrawable(final Resources res, final BitmapCache cache, in BasicBitmapDrawable()
DExtendedBitmapDrawable.java33 import com.android.bitmap.BitmapCache;
73 public ExtendedBitmapDrawable(final Resources res, final BitmapCache cache, in ExtendedBitmapDrawable()
DStyledCornersBitmapDrawable.java30 import com.android.bitmap.BitmapCache;
83 public StyledCornersBitmapDrawable(Resources res, BitmapCache cache, in StyledCornersBitmapDrawable()
/frameworks/opt/bitmap/sample/src/com/example/bitmapsample/
DMainActivity.java29 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/
DBitmapCache.java19 public interface BitmapCache extends PooledCache<RequestKey, ReusableBitmap> { interface
DUnrefedBitmapCache.java36 implements BitmapCache {
DDecodeTask.java55 private final BitmapCache mCache;
99 FileDescriptorFactory factory, DecodeCallback callback, BitmapCache cache) { in DecodeTask()
/frameworks/base/core/java/android/widget/
DRemoteViews.java108 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/
Dpreloaded-classes2147 android.widget.RemoteViews$BitmapCache