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