Searched refs:isBlue (Results 1 – 2 of 2) sorted by relevance
190 || !isBlue(left_bottom) || !isWhite(right_bottom)) { in VerifyFrameRotationFromBitmap()194 if (!isWhite(left_top) || !isBlue(right_top) in VerifyFrameRotationFromBitmap()208 if (!isBlue(left_top) || !isRed(right_top) in VerifyFrameRotationFromBitmap()214 || !isRed(left_bottom) || !isBlue(right_bottom)) { in VerifyFrameRotationFromBitmap()230 private static boolean isBlue(Color color) { in isBlue() method in CodecUtils
170 boolean isBlue = comparer.verifySame(blue, bitmap, offset, stride, width, height); in testChangeDuringUiAnimation()171 return isRed || isBlue; in testChangeDuringUiAnimation()