Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DImageDecoderTest.java1998 int normalByteCount = normal.getAllocationByteCount(); in testConserveMemoryPlusHardware() local
2016 assertTrue(byteCount < (normalByteCount * 1.1)); in testConserveMemoryPlusHardware()
2017 assertTrue(byteCount >= (normalByteCount * 0.9)); in testConserveMemoryPlusHardware()
2021 assertTrue(byteCount < normalByteCount); in testConserveMemoryPlusHardware()
2072 int normalByteCount = normal.getAllocationByteCount(); local
2085 assertEquals(normalByteCount, saveByteCount);
2087 assertTrue(saveByteCount < normalByteCount);