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.java1879 int normalByteCount = normal.getAllocationByteCount(); in testConserveMemoryPlusHardware() local
1895 assertEquals(normalByteCount, byteCount); in testConserveMemoryPlusHardware()
1899 assertTrue(byteCount < normalByteCount); in testConserveMemoryPlusHardware()
1950 int normalByteCount = normal.getAllocationByteCount(); local
1963 assertEquals(normalByteCount, saveByteCount);
1965 assertTrue(saveByteCount < normalByteCount);