Home
last modified time | relevance | path

Searched refs:BitmapCache (Results 1 – 25 of 28) sorted by relevance

12

/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
H A DBuffer.java24 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 DFilterEnvironment.java24 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 DCacheProcessing.java22 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 DCachingPipeline.java31 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 DRenderingRequest.java24 import com.android.gallery3d.filtershow.cache.BitmapCache;
75 source.getWidth(), source.getHeight(), BitmapCache.RENDERING_REQUEST); in post()
H A DImagePreset.java27 import com.android.gallery3d.filtershow.cache.BitmapCache;
/aosp12/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DCircularBitmapDrawable.java32 import com.android.bitmap.BitmapCache;
49 BitmapCache cache, boolean limitDensity) { in CircularBitmapDrawable()
54 BitmapCache cache, boolean limitDensity, ExtendedOptions opts) { in CircularBitmapDrawable()
H A DBasicBitmapDrawable.java28 import com.android.bitmap.BitmapCache;
67 private final BitmapCache mCache;
96 public BasicBitmapDrawable(final Resources res, final BitmapCache cache, in BasicBitmapDrawable()
H A DExtendedBitmapDrawable.java33 import com.android.bitmap.BitmapCache;
73 public ExtendedBitmapDrawable(final Resources res, final BitmapCache cache, in ExtendedBitmapDrawable()
H A DStyledCornersBitmapDrawable.java30 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 DMainActivity.java29 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 DImageFilterTinyPlanet.java26 import com.android.gallery3d.filtershow.cache.BitmapCache;
97 outputSize, BitmapCache.TINY_PLANET); in apply()
/aosp12/frameworks/opt/bitmap/src/com/android/bitmap/
H A DBitmapCache.java19 public interface BitmapCache extends PooledCache<RequestKey, ReusableBitmap> { interface
H A DUnrefedBitmapCache.java36 implements BitmapCache {
H A DDecodeTask.java55 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 DPrimaryImage.java31 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 DGeometryMathUtils.java27 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 DBitmapCache.java29 class BitmapCache { class
H A DImageLoader.java63 private final BitmapCache mBitmapCache = new BitmapCache();
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
H A DImageLoader.java254 public static Bitmap loadRegionBitmap(Context context, BitmapCache cache, in loadRegionBitmap()
277 imageBounds.height(), BitmapCache.REGION); in loadRegionBitmap()
416 BitmapCache cache, in getScaleOneImageForPreset()
H A DBitmapCache.java29 public class BitmapCache { class
/aosp12/packages/apps/Gallery/src/com/android/camera/
H A DViewImage.java131 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 DRemoteViews.java348 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 Dboot-image-profile.txt20598 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 Dboot-image-profile.txt20645 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;

12