Searched refs:getTooBigForPoolCount (Results 1 – 1 of 1) sorted by relevance
174 assertEquals(getTooBigForPoolCount(pool), 1); in testPoolWidthHeightNotBigEnough()188 assertEquals(getTooBigForPoolCount(pool), 1); in testSizeNotBigEnough()247 assertEquals(getTooBigForPoolCount(pool), 0); in testPoolDispose()263 assertEquals(getTooBigForPoolCount(pool), 0); in testPoolDispose()295 private static int getTooBigForPoolCount(ImagePool pool) { in getTooBigForPoolCount() method in ImagePoolImplTest