Searched refs:POOL_SIZE (Results 1 – 1 of 1) sorted by relevance
35 private static final int POOL_SIZE = 5; field in BitmapPoolTest51 for (int i = 0; i < POOL_SIZE; i++) { in fillPoolAndGetPoolContents()64 final BitmapPool pool = new BitmapPool(POOL_SIZE, NAME); in testCreateAndPutBackInPoolTest()75 final BitmapPool pool = new BitmapPool(POOL_SIZE, NAME); in testCreateBeyondFullAndCheckReuseTest()93 final BitmapPool pool = new BitmapPool(POOL_SIZE, NAME); in testDecodeFromResourceBitmap()