Home
last modified time | relevance | path

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

/cts/tests/tests/media/common/src/android/media/cts/
DCodecUtils.java184 if (!isRed(left_top) || !isGreen(right_top) in VerifyFrameRotationFromBitmap()
190 || !isGreen(left_bottom) || !isRed(right_bottom)) { in VerifyFrameRotationFromBitmap()
203 if (!isBlue(left_top) || !isRed(right_top) in VerifyFrameRotationFromBitmap()
209 || !isRed(left_bottom) || !isBlue(right_bottom)) { in VerifyFrameRotationFromBitmap()
217 private static boolean isRed(Color color) { in isRed() method in CodecUtils
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DBitmapTests.java196 boolean isRed = comparer.verifySame(red, bitmap, offset, stride, width, in testChangeDuringUiAnimation()
200 return isRed || isBlue; in testChangeDuringUiAnimation()