Searched refs:isBlue (Results 1 – 2 of 2) sorted by relevance
185 || !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
198 boolean isBlue = comparer.verifySame(blue, bitmap, offset, stride, width, in testChangeDuringUiAnimation()200 return isRed || isBlue; in testChangeDuringUiAnimation()