Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DCodecUtils.java190 || !isBlue(left_bottom) || !isWhite(right_bottom)) { in VerifyFrameRotationFromBitmap()
194 if (!isWhite(left_top) || !isBlue(right_top) in VerifyFrameRotationFromBitmap()
209 || !isWhite(left_bottom) || !isGreen(right_bottom)) { in VerifyFrameRotationFromBitmap()
213 if (!isGreen(left_top) || !isWhite(right_top) in VerifyFrameRotationFromBitmap()
234 private static boolean isWhite(Color color) { in isWhite() method in CodecUtils
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DBitmapFilterTests.java73 boolean isWhite = (i + j * width) % 2 == 0; in createGridBitmap()
74 bitmap.setPixel(i, j, isWhite ? Color.WHITE : Color.BLACK); in createGridBitmap()