Searched refs:BitmapCache (Results 1 – 12 of 12) 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 | 234 private BitmapCache mBitmapCache; 429 public void setBitmapCache(BitmapCache bitmapCache) { in setBitmapCache() 540 mBitmapCache = new BitmapCache(); in mergeRemoteViews() 1139 private static class BitmapCache { class in RemoteViews 1145 public BitmapCache() { in BitmapCache() method in RemoteViews.BitmapCache 1149 public BitmapCache(Parcel source) { in BitmapCache() method in RemoteViews.BitmapCache 1228 public void setBitmapCache(BitmapCache bitmapCache) { in setBitmapCache() 1574 ViewGroupActionAdd(Parcel parcel, BitmapCache bitmapCache, ApplicationInfo info, in ViewGroupActionAdd() 1642 public void setBitmapCache(BitmapCache bitmapCache) { in setBitmapCache() 2241 mBitmapCache = new BitmapCache(); [all …]
|
/frameworks/base/config/ |
D | preloaded-classes | 4359 android.widget.RemoteViews$BitmapCache
|
D | boot-image-profile.txt | 19120 HSPLandroid/widget/RemoteViews$Action;->setBitmapCache(Landroid/widget/RemoteViews$BitmapCache;)V 19122 HSPLandroid/widget/RemoteViews$BitmapCache;->getBitmapForId(I)Landroid/graphics/Bitmap; 19123 HSPLandroid/widget/RemoteViews$BitmapCache;->getBitmapId(Landroid/graphics/Bitmap;)I 19124 HPLandroid/widget/RemoteViews$BitmapCache;->getBitmapMemory()I 19125 HSPLandroid/widget/RemoteViews$BitmapCache;->writeBitmapsToParcel(Landroid/os/Parcel;I)V 19128 …dget/RemoteViews$BitmapReflectionAction;->setBitmapCache(Landroid/widget/RemoteViews$BitmapCache;)V 19148 …roid/widget/RemoteViews;Landroid/os/Parcel;Landroid/widget/RemoteViews$BitmapCache;Landroid/conten… 19151 HSPLandroid/widget/RemoteViews;-><init>(Landroid/os/Parcel;Landroid/widget/RemoteViews$BitmapCache;… 19169 HSPLandroid/widget/RemoteViews;->setBitmapCache(Landroid/widget/RemoteViews$BitmapCache;)V 37096 Landroid/widget/RemoteViews$BitmapCache; [all …]
|
D | hiddenapi-greylist-max-o.txt | 89355 Landroid/widget/RemoteViews$Action;->setBitmapCache(Landroid/widget/RemoteViews$BitmapCache;)V 89371 Landroid/widget/RemoteViews$BitmapCache; 89372 Landroid/widget/RemoteViews$BitmapCache;-><init>()V 89373 Landroid/widget/RemoteViews$BitmapCache;-><init>(Landroid/os/Parcel;)V 89374 Landroid/widget/RemoteViews$BitmapCache;->getBitmapForId(I)Landroid/graphics/Bitmap; 89375 Landroid/widget/RemoteViews$BitmapCache;->getBitmapId(Landroid/graphics/Bitmap;)I 89376 Landroid/widget/RemoteViews$BitmapCache;->getBitmapMemory()I 89377 Landroid/widget/RemoteViews$BitmapCache;->mBitmapMemory:I 89378 Landroid/widget/RemoteViews$BitmapCache;->writeBitmapsToParcel(Landroid/os/Parcel;I)V 89385 …dget/RemoteViews$BitmapReflectionAction;->setBitmapCache(Landroid/widget/RemoteViews$BitmapCache;)V [all …]
|