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 | 19119 HSPLandroid/widget/RemoteViews$Action;->setBitmapCache(Landroid/widget/RemoteViews$BitmapCache;)V 19121 HSPLandroid/widget/RemoteViews$BitmapCache;->getBitmapForId(I)Landroid/graphics/Bitmap; 19122 HSPLandroid/widget/RemoteViews$BitmapCache;->getBitmapId(Landroid/graphics/Bitmap;)I 19123 HPLandroid/widget/RemoteViews$BitmapCache;->getBitmapMemory()I 19124 HSPLandroid/widget/RemoteViews$BitmapCache;->writeBitmapsToParcel(Landroid/os/Parcel;I)V 19127 …dget/RemoteViews$BitmapReflectionAction;->setBitmapCache(Landroid/widget/RemoteViews$BitmapCache;)V 19147 …roid/widget/RemoteViews;Landroid/os/Parcel;Landroid/widget/RemoteViews$BitmapCache;Landroid/conten… 19150 HSPLandroid/widget/RemoteViews;-><init>(Landroid/os/Parcel;Landroid/widget/RemoteViews$BitmapCache;… 19168 HSPLandroid/widget/RemoteViews;->setBitmapCache(Landroid/widget/RemoteViews$BitmapCache;)V 37095 Landroid/widget/RemoteViews$BitmapCache; [all …]
|
D | hiddenapi-greylist-max-o.txt | 83388 Landroid/widget/RemoteViews$Action;->setBitmapCache(Landroid/widget/RemoteViews$BitmapCache;)V 83401 Landroid/widget/RemoteViews$BitmapCache;-><init>()V 83402 Landroid/widget/RemoteViews$BitmapCache;-><init>(Landroid/os/Parcel;)V 83403 Landroid/widget/RemoteViews$BitmapCache;->getBitmapForId(I)Landroid/graphics/Bitmap; 83404 Landroid/widget/RemoteViews$BitmapCache;->getBitmapId(Landroid/graphics/Bitmap;)I 83405 Landroid/widget/RemoteViews$BitmapCache;->getBitmapMemory()I 83406 Landroid/widget/RemoteViews$BitmapCache;->mBitmapMemory:I 83407 Landroid/widget/RemoteViews$BitmapCache;->writeBitmapsToParcel(Landroid/os/Parcel;I)V 83411 …dget/RemoteViews$BitmapReflectionAction;->setBitmapCache(Landroid/widget/RemoteViews$BitmapCache;)V 83535 …d/widget/RemoteViews$ViewGroupActionAdd;->setBitmapCache(Landroid/widget/RemoteViews$BitmapCache;)V [all …]
|