Searched refs:BitmapPool (Results 1 – 2 of 2) 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/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
|