Home
last modified time | relevance | path

Searched refs:getAllocatedTotalBytes (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/layoutlib/bridge/tests/src/android/util/imagepool/
H A DImagePoolImplTest.java246 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