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;
69 private final BitmapCache mCache;
94 public BasicBitmapDrawable(final Resources res, final BitmapCache cache, in BasicBitmapDrawable()
DStyledCornersBitmapDrawable.java28 import com.android.bitmap.BitmapCache;
73 public StyledCornersBitmapDrawable(Resources res, BitmapCache cache, in StyledCornersBitmapDrawable()
DExtendedBitmapDrawable.java33 import com.android.bitmap.BitmapCache;
73 public ExtendedBitmapDrawable(final Resources res, final BitmapCache cache, in ExtendedBitmapDrawable()
/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/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/base/core/java/android/widget/
DRemoteViews.java106 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/
Dpreloaded-classes1677 android.widget.RemoteViews$BitmapCache