Home
last modified time | relevance | path

Searched defs:testRed (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/cts/
H A DColorTest.java435 public void testRed() { in testRed() method in ColorTest
H A DColor_ColorLongTest.java50 public void testRed() { in testRed() method in Color_ColorLongTest
/aosp_15_r20/cts/tests/tests/media/codec/src/android/media/codec/cts/
H A DEncodeVirtualDisplayTest.java525 int testRed = (TEST_COLORS[i] >> 16) & 0xff; in checkSurfaceFrame() local