Searched refs:overflowBitmap (Results 1 – 1 of 1) sorted by relevance
78 final Bitmap overflowBitmap = pool.createOrReuseBitmap(IMAGE_DIM, IMAGE_DIM); in testCreateBeyondFullAndCheckReuseTest() local79 assertFalse(overflowBitmap.isRecycled()); in testCreateBeyondFullAndCheckReuseTest()80 assertTrue(returnedBitmaps.contains(overflowBitmap)); in testCreateBeyondFullAndCheckReuseTest()