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