Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DImageDecoderTest.java652 public boolean requireSoftware; in testPostProcessor() field in Listener
656 if (requireSoftware) { in testPostProcessor()
669 for (boolean requireSoftware : trueFalse) { in testPostProcessor()
670 l.requireSoftware = requireSoftware; in testPostProcessor()
680 if (requireSoftware) { in testPostProcessor()
710 public boolean requireSoftware; in testPostProcessorOverridesNinepatch() field in Listener
714 if (requireSoftware) { in testPostProcessorOverridesNinepatch()
726 for (boolean requireSoftware : trueFalse) { in testPostProcessorOverridesNinepatch()
727 l.requireSoftware = requireSoftware; in testPostProcessorOverridesNinepatch()
747 public boolean requireSoftware; in testPostProcessorAndMadeOpaque() field in Listener
[all …]