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.java893 assertBitmapNotColor("Top edge", bitmap, edgeColor, bitmap.getWidth() / 2, 2); in assertBitmapEdgeColor()
896 assertBitmapNotColor("Left edge", bitmap, edgeColor, 2, bitmap.getHeight() / 2); in assertBitmapEdgeColor()
900 assertBitmapNotColor("Bottom edge", bitmap, edgeColor, in assertBitmapEdgeColor()
905 assertBitmapNotColor("Right edge", bitmap, edgeColor, in assertBitmapEdgeColor()
922 private void assertBitmapNotColor(String debug, Bitmap bitmap, int color, int x, int y) { in assertBitmapNotColor() method in TextureViewTest
DPixelCopyTest.java1122 assertBitmapNotColor("Top edge", bitmap, edgeColor, bitmap.getWidth() / 2, 2); in assertBitmapEdgeColor()
1125 assertBitmapNotColor("Left edge", bitmap, edgeColor, 2, bitmap.getHeight() / 2); in assertBitmapEdgeColor()
1129 assertBitmapNotColor("Bottom edge", bitmap, edgeColor, in assertBitmapEdgeColor()
1134 assertBitmapNotColor("Right edge", bitmap, edgeColor, in assertBitmapEdgeColor()
1163 private void assertBitmapNotColor(String debug, Bitmap bitmap, int color, int x, int y) { in assertBitmapNotColor() method in PixelCopyTest