/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/ |
H A D | Buffer.java | 24 import com.android.gallery3d.filtershow.cache.BitmapCache; 37 BitmapCache cache = PrimaryImage.getImage().getBitmapCache(); in Buffer() 38 mBitmap = cache.getBitmapCopy(bitmap, BitmapCache.PREVIEW_CACHE); in Buffer() 91 BitmapCache cache = PrimaryImage.getImage().getBitmapCache(); in remove()
|
H A D | FilterEnvironment.java | 24 import com.android.gallery3d.filtershow.cache.BitmapCache; 41 private BitmapCache mBitmapCache; 58 public void setBitmapCache(BitmapCache cache) { in setBitmapCache() 171 public BitmapCache getBimapCache() { in getBimapCache()
|
H A D | CacheProcessing.java | 22 import com.android.gallery3d.filtershow.cache.BitmapCache; 136 return environment.getBitmapCopy(originalBitmap, BitmapCache.PREVIEW_CACHE_NO_FILTERS); in process() 194 BitmapCache.PREVIEW_CACHE_NO_ROOT); in process() 211 BitmapCache.PREVIEW_CACHE_NO_ROOT); in process() 229 cacheBitmap = environment.getBitmapCopy(cacheBitmap, BitmapCache.PREVIEW_CACHE); in process() 259 return environment.getBitmapCopy(cacheBitmap, BitmapCache.PREVIEW_CACHE_NO_APPLY); in process()
|
H A D | CachingPipeline.java | 31 import com.android.gallery3d.filtershow.cache.BitmapCache; 226 bitmap = mEnvironment.getBitmapCopy(bitmap, BitmapCache.HIGHRES); in renderHighres() 251 bitmap = mEnvironment.getBitmapCopy(bitmap, BitmapCache.GEOMETRY); in renderGeometry() 273 bitmap = mEnvironment.getBitmapCopy(bitmap, BitmapCache.FILTERS); in renderFilters() 358 iconBounds.height(), BitmapCache.ICON); in render() 370 bitmap = mEnvironment.getBitmapCopy(source, BitmapCache.ICON); in render()
|
H A D | RenderingRequest.java | 24 import com.android.gallery3d.filtershow.cache.BitmapCache; 75 source.getWidth(), source.getHeight(), BitmapCache.RENDERING_REQUEST); in post()
|
H A D | ImagePreset.java | 27 import com.android.gallery3d.filtershow.cache.BitmapCache;
|
/aosp12/frameworks/opt/bitmap/src/com/android/bitmap/drawable/ |
H A 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()
|
H A 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()
|
H A D | ExtendedBitmapDrawable.java | 33 import com.android.bitmap.BitmapCache; 73 public ExtendedBitmapDrawable(final Resources res, final BitmapCache cache, in ExtendedBitmapDrawable()
|
H A D | StyledCornersBitmapDrawable.java | 30 import com.android.bitmap.BitmapCache; 83 public StyledCornersBitmapDrawable(Resources res, BitmapCache cache, in StyledCornersBitmapDrawable()
|
/aosp12/frameworks/opt/bitmap/sample/src/com/example/bitmapsample/ |
H A D | MainActivity.java | 29 import com.android.bitmap.BitmapCache; 38 private final BitmapCache mCache = new UnrefedBitmapCache(TARGET_CACHE_SIZE_BYTES, 0, 0);
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
H A D | ImageFilterTinyPlanet.java | 26 import com.android.gallery3d.filtershow.cache.BitmapCache; 97 outputSize, BitmapCache.TINY_PLANET); in apply()
|
/aosp12/frameworks/opt/bitmap/src/com/android/bitmap/ |
H A D | BitmapCache.java | 19 public interface BitmapCache extends PooledCache<RequestKey, ReusableBitmap> { interface
|
H A D | UnrefedBitmapCache.java | 36 implements BitmapCache {
|
H A D | DecodeTask.java | 55 private final BitmapCache mCache; 99 FileDescriptorFactory factory, DecodeCallback callback, BitmapCache cache) { in DecodeTask()
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
H A D | PrimaryImage.java | 31 import com.android.gallery3d.filtershow.cache.BitmapCache; 117 private BitmapCache mBitmapCache = new BitmapCache(); 422 mPreviousImage = mBitmapCache.getBitmapCopy(getFilteredImage(), BitmapCache.NEW_LOOK); in onNewLook() 829 public BitmapCache getBitmapCache() { in getBitmapCache()
|
H A D | GeometryMathUtils.java | 27 import com.android.gallery3d.filtershow.cache.BitmapCache; 319 BitmapCache bitmapCache = PrimaryImage.getImage().getBitmapCache(); in applyFullGeometryMatrix() 321 frame.height(), BitmapCache.UTIL_GEOMETRY); in applyFullGeometryMatrix() 394 BitmapCache cache = PrimaryImage.getImage().getBitmapCache(); in applyGeometryRepresentations()
|
/aosp12/packages/apps/UniversalMediaPlayer/java/com/android/pump/util/ |
H A D | BitmapCache.java | 29 class BitmapCache { class
|
H A D | ImageLoader.java | 63 private final BitmapCache mBitmapCache = new BitmapCache();
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/ |
H A D | ImageLoader.java | 254 public static Bitmap loadRegionBitmap(Context context, BitmapCache cache, in loadRegionBitmap() 277 imageBounds.height(), BitmapCache.REGION); in loadRegionBitmap() 416 BitmapCache cache, in getScaleOneImageForPreset()
|
H A D | BitmapCache.java | 29 public class BitmapCache { class
|
/aosp12/packages/apps/Gallery/src/com/android/camera/ |
H A D | ViewImage.java | 131 private BitmapCache mCache; 571 mCache = new BitmapCache(3); in onCreate() 1193 class BitmapCache implements ImageViewTouchBase.Recycler { 1208 public BitmapCache(int size) {
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | RemoteViews.java | 348 private BitmapCache mBitmapCache = new BitmapCache(); 1562 private static class BitmapCache { class in RemoteViews 1568 public BitmapCache() { in BitmapCache() method in RemoteViews.BitmapCache 1572 public BitmapCache(Parcel source) { in BitmapCache() method in RemoteViews.BitmapCache 3792 mBitmapCache = new BitmapCache(parcel); 3997 mBitmapCache = new BitmapCache(); 7021 final BitmapCache mBitmapCache; 7026 BitmapCache bitmapCache,
|
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 20598 HSPLandroid/widget/RemoteViews$Action;->setBitmapCache(Landroid/widget/RemoteViews$BitmapCache;)V 20599 HSPLandroid/widget/RemoteViews$BitmapCache;-><init>()V 20600 HSPLandroid/widget/RemoteViews$BitmapCache;->getBitmapForId(I)Landroid/graphics/Bitmap;+]Ljava/util… 20601 HSPLandroid/widget/RemoteViews$BitmapCache;->getBitmapId(Landroid/graphics/Bitmap;)I+]Ljava/util/Ar… 20602 HSPLandroid/widget/RemoteViews$BitmapCache;->writeBitmapsToParcel(Landroid/os/Parcel;I)V+]Landroid/… 20603 …Landroid/os/Parcel;)V+]Landroid/widget/RemoteViews$BitmapCache;Landroid/widget/RemoteViews$BitmapC… 20623 HSPLandroid/widget/RemoteViews;-><init>(Landroid/os/Parcel;Landroid/widget/RemoteViews$BitmapCache;… 20639 HSPLandroid/widget/RemoteViews;->setBitmapCache(Landroid/widget/RemoteViews$BitmapCache;)V+]Landroi… 20654 …android/os/Parcel;I)V+]Landroid/widget/RemoteViews$BitmapCache;Landroid/widget/RemoteViews$BitmapC… 32140 Landroid/widget/RemoteViews$BitmapCache;
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 20645 HSPLandroid/widget/RemoteViews$Action;->setBitmapCache(Landroid/widget/RemoteViews$BitmapCache;)V 20646 HSPLandroid/widget/RemoteViews$BitmapCache;-><init>()V 20647 HSPLandroid/widget/RemoteViews$BitmapCache;->getBitmapForId(I)Landroid/graphics/Bitmap;+]Ljava/util… 20648 HSPLandroid/widget/RemoteViews$BitmapCache;->getBitmapId(Landroid/graphics/Bitmap;)I+]Ljava/util/Ar… 20649 HSPLandroid/widget/RemoteViews$BitmapCache;->writeBitmapsToParcel(Landroid/os/Parcel;I)V+]Landroid/… 20650 …Landroid/os/Parcel;)V+]Landroid/widget/RemoteViews$BitmapCache;Landroid/widget/RemoteViews$BitmapC… 20670 HSPLandroid/widget/RemoteViews;-><init>(Landroid/os/Parcel;Landroid/widget/RemoteViews$BitmapCache;… 20686 HSPLandroid/widget/RemoteViews;->setBitmapCache(Landroid/widget/RemoteViews$BitmapCache;)V+]Landroi… 20701 …android/os/Parcel;I)V+]Landroid/widget/RemoteViews$BitmapCache;Landroid/widget/RemoteViews$BitmapC… 41804 Landroid/widget/RemoteViews$BitmapCache;
|