Home
last modified time | relevance | path

Searched refs:BitmapPool (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/
DBitmapPoolTest.java48 private Set<Bitmap> fillPoolAndGetPoolContents(final BitmapPool pool, final int width, in fillPoolAndGetPoolContents()
64 final BitmapPool pool = new BitmapPool(POOL_SIZE, NAME); in testCreateAndPutBackInPoolTest()
75 final BitmapPool pool = new BitmapPool(POOL_SIZE, NAME); in testCreateBeyondFullAndCheckReuseTest()
88 BitmapPool.getBitmapOptionsForPool(false, IMAGE_DIM, IMAGE_DIM); in testAssertBitmapOptionsAreMutable()
93 final BitmapPool pool = new BitmapPool(POOL_SIZE, NAME); in testDecodeFromResourceBitmap()
95 BitmapPool.getBitmapOptionsForPool(true, IMAGE_DIM, IMAGE_DIM); in testDecodeFromResourceBitmap()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DWallpaperPreviewBitmapTransformation.java26 import com.bumptech.glide.load.engine.bitmap_recycle.BitmapPool;
53 protected Bitmap transform(@NonNull BitmapPool pool, @NonNull Bitmap toTransform, in transform()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBitmapPool.java39 public class BitmapPool implements MemoryCache { class
85 BitmapPool(final int maxSize, @NonNull final String name) { in BitmapPool() method in BitmapPool