Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DPixelCopyTest.java302 assertBitmapEdgeColor(bitmap, Color.YELLOW); in testWindowProducer()
381 assertBitmapEdgeColor(bitmap, Color.YELLOW); in testWindowProducerCopyToRGBA16F()
524 assertBitmapEdgeColor(bitmap, Color.YELLOW); in testDialogProducer()
603 assertBitmapEdgeColor(bitmap, Color.YELLOW); in testDialogProducerCopyToRGBA16F()
789 private void assertBitmapEdgeColor(Bitmap bitmap, int edgeColor) { in assertBitmapEdgeColor() method in PixelCopyTest