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