Searched refs:returnedBitmaps (Results 1 – 1 of 1) sorted by relevance
50 final Set<Bitmap> returnedBitmaps = new HashSet<Bitmap>(); in fillPoolAndGetPoolContents() local53 assertFalse(returnedBitmaps.contains(temp)); in fillPoolAndGetPoolContents()54 returnedBitmaps.add(temp); in fillPoolAndGetPoolContents()56 for (final Bitmap b : returnedBitmaps) { in fillPoolAndGetPoolContents()60 return returnedBitmaps; in fillPoolAndGetPoolContents()76 final Set<Bitmap> returnedBitmaps = in testCreateBeyondFullAndCheckReuseTest() local80 assertTrue(returnedBitmaps.contains(overflowBitmap)); in testCreateBeyondFullAndCheckReuseTest()