Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DPixelCopyTest.java1097 assertBitmapColor("Top left", bitmap, topLeft, in assertBitmapQuadColor()
1099 assertBitmapColor("Top right", bitmap, topRight, in assertBitmapQuadColor()
1101 assertBitmapColor("Bottom left", bitmap, bottomLeft, in assertBitmapQuadColor()
1103 assertBitmapColor("Bottom right", bitmap, bottomRight, in assertBitmapQuadColor()
1108 assertBitmapColor("Top left II", bitmap, topLeft, in assertBitmapQuadColor()
1110 assertBitmapColor("Top right II", bitmap, topRight, in assertBitmapQuadColor()
1112 assertBitmapColor("Bottom left II", bitmap, bottomLeft, in assertBitmapQuadColor()
1114 assertBitmapColor("Bottom right II", bitmap, bottomRight, in assertBitmapQuadColor()
1121 assertBitmapColor("Top edge", bitmap, edgeColor, bitmap.getWidth() / 2, 1); in assertBitmapEdgeColor()
1124 assertBitmapColor("Left edge", bitmap, edgeColor, 1, bitmap.getHeight() / 2); in assertBitmapEdgeColor()
[all …]
DTextureViewTest.java912 assertBitmapColor("Top edge", bitmap, edgeColor, bitmap.getWidth() / 2, 0); in assertBitmapEdgeColor()
915 assertBitmapColor("Left edge", bitmap, edgeColor, 0, bitmap.getHeight() / 2); in assertBitmapEdgeColor()
918 assertBitmapColor("Bottom edge", bitmap, edgeColor, in assertBitmapEdgeColor()
923 assertBitmapColor("Right edge", bitmap, edgeColor, in assertBitmapEdgeColor()
934 private void assertBitmapColor(String debug, Bitmap bitmap, int color, int x, int y) { in assertBitmapColor() method in TextureViewTest
/cts/tests/tests/graphics/src/android/graphics/cts/
DGainmapTest.java826 assertBitmapColor("Top left", bitmap, topLeft, in assertBitmapQuadColor()
828 assertBitmapColor("Top right", bitmap, topRight, in assertBitmapQuadColor()
830 assertBitmapColor("Bottom left", bitmap, bottomLeft, in assertBitmapQuadColor()
832 assertBitmapColor("Bottom right", bitmap, bottomRight, in assertBitmapQuadColor()
837 assertBitmapColor("Top left II", bitmap, topLeft, in assertBitmapQuadColor()
839 assertBitmapColor("Top right II", bitmap, topRight, in assertBitmapQuadColor()
841 assertBitmapColor("Bottom left II", bitmap, bottomLeft, in assertBitmapQuadColor()
843 assertBitmapColor("Bottom right II", bitmap, bottomRight, in assertBitmapQuadColor()
854 private static void assertBitmapColor(String debug, Bitmap bitmap, int color, int x, int y, in assertBitmapColor() method in GainmapTest