Home
last modified time | relevance | path

Searched refs:assertBitmapColor (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/cts/
DGainmapTest.java483 assertBitmapColor("Top left", bitmap, topLeft, in assertBitmapQuadColor()
485 assertBitmapColor("Top right", bitmap, topRight, in assertBitmapQuadColor()
487 assertBitmapColor("Bottom left", bitmap, bottomLeft, in assertBitmapQuadColor()
489 assertBitmapColor("Bottom right", bitmap, bottomRight, in assertBitmapQuadColor()
494 assertBitmapColor("Top left II", bitmap, topLeft, in assertBitmapQuadColor()
496 assertBitmapColor("Top right II", bitmap, topRight, in assertBitmapQuadColor()
498 assertBitmapColor("Bottom left II", bitmap, bottomLeft, in assertBitmapQuadColor()
500 assertBitmapColor("Bottom right II", bitmap, bottomRight, in assertBitmapQuadColor()
511 private static void assertBitmapColor(String debug, Bitmap bitmap, int color, int x, int y, in assertBitmapColor() method in GainmapTest
/cts/tests/tests/view/src/android/view/cts/
DPixelCopyTest.java1105 assertBitmapColor("Top left", bitmap, topLeft, in assertBitmapQuadColor()
1107 assertBitmapColor("Top right", bitmap, topRight, in assertBitmapQuadColor()
1109 assertBitmapColor("Bottom left", bitmap, bottomLeft, in assertBitmapQuadColor()
1111 assertBitmapColor("Bottom right", bitmap, bottomRight, in assertBitmapQuadColor()
1116 assertBitmapColor("Top left II", bitmap, topLeft, in assertBitmapQuadColor()
1118 assertBitmapColor("Top right II", bitmap, topRight, in assertBitmapQuadColor()
1120 assertBitmapColor("Bottom left II", bitmap, bottomLeft, in assertBitmapQuadColor()
1122 assertBitmapColor("Bottom right II", bitmap, bottomRight, in assertBitmapQuadColor()
1129 assertBitmapColor("Top edge", bitmap, edgeColor, bitmap.getWidth() / 2, 1); in assertBitmapEdgeColor()
1132 assertBitmapColor("Left edge", bitmap, edgeColor, 1, bitmap.getHeight() / 2); in assertBitmapEdgeColor()
[all …]
DTextureViewTest.java882 assertBitmapColor("Top edge", bitmap, edgeColor, bitmap.getWidth() / 2, 0); in assertBitmapEdgeColor()
885 assertBitmapColor("Left edge", bitmap, edgeColor, 0, bitmap.getHeight() / 2); in assertBitmapEdgeColor()
888 assertBitmapColor("Bottom edge", bitmap, edgeColor, in assertBitmapEdgeColor()
893 assertBitmapColor("Right edge", bitmap, edgeColor, in assertBitmapEdgeColor()
904 private void assertBitmapColor(String debug, Bitmap bitmap, int color, int x, int y) { in assertBitmapColor() method in TextureViewTest