Searched defs:BitmapCache (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/bitmap/src/com/android/bitmap/
H A DBitmapCache.java19 public interface BitmapCache extends PooledCache<RequestKey, ReusableBitmap> { interface in inherits:PooledCache
/frameworks/base/core/java/android/widget/
H A DRemoteViews.java118 private BitmapCache mBitmapCache;
299 public void setBitmapCache(BitmapCache bitmapCache) {
391 mBitmapCache = new BitmapCache();
1050 private static class BitmapCache { class in class:RemoteViews
1053 public BitmapCache() { method in class:RemoteViews.BitmapCache
1057 public BitmapCache(Parcel source) { method in class:RemoteViews.BitmapCache
1095 public void assimilate(BitmapCache bitmapCache) {
1113 protected BitmapCache clone() {
1114 BitmapCache bitmapCache = new BitmapCache();
[all...]

Completed in 753 milliseconds