Home
last modified time | relevance | path

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

/cts/tests/tests/media/common/src/android/media/cts/
DCodecUtils.java185 || !isBlue(left_bottom) || !isWhite(right_bottom)) { in VerifyFrameRotationFromBitmap()
189 if (!isWhite(left_top) || !isBlue(right_top) in VerifyFrameRotationFromBitmap()
203 if (!isBlue(left_top) || !isRed(right_top) in VerifyFrameRotationFromBitmap()
209 || !isRed(left_bottom) || !isBlue(right_bottom)) { in VerifyFrameRotationFromBitmap()
225 private static boolean isBlue(Color color) { in isBlue() method in CodecUtils
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DBitmapTests.java198 boolean isBlue = comparer.verifySame(blue, bitmap, offset, stride, width, in testChangeDuringUiAnimation()
200 return isRed || isBlue; in testChangeDuringUiAnimation()