Searched defs:Config (Results 1 - 2 of 2) sorted by relevance

/cts/tests/tests/drm/src/android/drm/cts/
H A DConfig.java21 public interface Config { interface
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
H A DXfermodeTest.java57 public static class Config { class in class:XfermodeTest
62 Config(boolean hardwareAccelerated, Object[] modeAndExpectedColors) { method in class:XfermodeTest.Config
74 public static List<XfermodeTest.Config> configs(Object[][] modesAndExpectedColors) {
75 List<XfermodeTest.Config> configs = new ArrayList<>();
78 configs.add(new XfermodeTest.Config(hardwareAccelerated, modeAndExpectedColors));
132 public static List<Config> configs() {
136 private final Config mConfig;
138 public XfermodeTest(Config config) {
174 Bitmap srcB = Bitmap.createBitmap(TEST_WIDTH, TEST_HEIGHT, Bitmap.Config.ARGB_8888);
183 Bitmap dstB = Bitmap.createBitmap(TEST_WIDTH, TEST_HEIGHT, Bitmap.Config
[all...]

Completed in 112 milliseconds