Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DTextureViewTest.java883 assertBitmapNotColor("Top edge", bitmap, edgeColor, bitmap.getWidth() / 2, 2); in assertBitmapEdgeColor()
886 assertBitmapNotColor("Left edge", bitmap, edgeColor, 2, bitmap.getHeight() / 2); in assertBitmapEdgeColor()
890 assertBitmapNotColor("Bottom edge", bitmap, edgeColor, in assertBitmapEdgeColor()
895 assertBitmapNotColor("Right edge", bitmap, edgeColor, in assertBitmapEdgeColor()
912 private void assertBitmapNotColor(String debug, Bitmap bitmap, int color, int x, int y) { in assertBitmapNotColor() method in TextureViewTest
DPixelCopyTest.java1130 assertBitmapNotColor("Top edge", bitmap, edgeColor, bitmap.getWidth() / 2, 2); in assertBitmapEdgeColor()
1133 assertBitmapNotColor("Left edge", bitmap, edgeColor, 2, bitmap.getHeight() / 2); in assertBitmapEdgeColor()
1137 assertBitmapNotColor("Bottom edge", bitmap, edgeColor, in assertBitmapEdgeColor()
1142 assertBitmapNotColor("Right edge", bitmap, edgeColor, in assertBitmapEdgeColor()
1171 private void assertBitmapNotColor(String debug, Bitmap bitmap, int color, int x, int y) { in assertBitmapNotColor() method in PixelCopyTest