Searched refs:returnedBitmaps (Results 1 – 1 of 1) sorted by relevance
51 final Set<Bitmap> returnedBitmaps = new HashSet<Bitmap>(); in fillPoolAndGetPoolContents() local54 assertFalse(returnedBitmaps.contains(temp)); in fillPoolAndGetPoolContents()55 returnedBitmaps.add(temp); in fillPoolAndGetPoolContents()57 for (final Bitmap b : returnedBitmaps) { in fillPoolAndGetPoolContents()61 return returnedBitmaps; in fillPoolAndGetPoolContents()77 final Set<Bitmap> returnedBitmaps = in testCreateBeyondFullAndCheckReuseTest() local81 assertTrue(returnedBitmaps.contains(overflowBitmap)); in testCreateBeyondFullAndCheckReuseTest()