Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapTest.java1029 private static Config[] CONFIGS = new Config[] { Config.ALPHA_8, Config.ARGB_4444, field in BitmapTest
1037 for (Config fromConfig : CONFIGS) { in testAlphaAndPremul()
1038 for (Config toConfig : CONFIGS) { in testAlphaAndPremul()