Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapTest.java2436 int expectedFormat = nGetFormat(original); in testAsShared() local
2437 assertEquals(expectedFormat, configToFormat(shared.getConfig())); in testAsShared()
2556 public void testNdkInfo(Config config, final int expectedFormat) { in testNdkInfo() argument
2565 nTestInfo(bm, expectedFormat, width, height, bm.hasAlpha(), in testNdkInfo()
2576 int tempExpectedFormat = expectedFormat; in testNdkInfo()