Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DCodecUtils.java189 if (!isRed(left_top) || !isGreen(right_top) in VerifyFrameRotationFromBitmap()
195 || !isGreen(left_bottom) || !isRed(right_bottom)) { in VerifyFrameRotationFromBitmap()
208 if (!isBlue(left_top) || !isRed(right_top) in VerifyFrameRotationFromBitmap()
214 || !isRed(left_bottom) || !isBlue(right_bottom)) { in VerifyFrameRotationFromBitmap()
222 private static boolean isRed(Color color) { in isRed() method in CodecUtils
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DBitmapTests.java169 boolean isRed = comparer.verifySame(red, bitmap, offset, stride, width, height); in testChangeDuringUiAnimation()
171 return isRed || isBlue; in testChangeDuringUiAnimation()