Searched refs:BitmapPool (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/ |
D | BitmapPoolTest.java | 48 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/ |
D | WallpaperPreviewBitmapTransformation.java | 26 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/ |
D | BitmapPool.java | 39 public class BitmapPool implements MemoryCache { class 85 BitmapPool(final int maxSize, @NonNull final String name) { in BitmapPool() method in BitmapPool
|