Searched refs:getAllocatedTotalBytes (Results 1 – 1 of 1) sorted by relevance
246 assertEquals(getAllocatedTotalBytes(pool), bucketWidth * bucketHeight * 4); in testPoolDispose()256 assertEquals(getAllocatedTotalBytes(pool), 0); in testPoolDispose()262 assertEquals(getAllocatedTotalBytes(pool), bucketWidth * bucketHeight * 4); in testPoolDispose()299 private static long getAllocatedTotalBytes(ImagePool pool) { in getAllocatedTotalBytes() method in ImagePoolImplTest