Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DPixelCopyTest.java375 assertBitmapEdgeColor(bitmap, Color.YELLOW); in testViewProducer()
412 assertBitmapEdgeColor(bitmap, Color.YELLOW); in testViewProducerAutoSizeWithSrc()
487 assertBitmapEdgeColor(bitmap, Color.YELLOW); in testWindowProducerCopyToRGBA16F()
505 assertBitmapEdgeColor(bitmap, Color.YELLOW); in testWindowProducer()
647 assertBitmapEdgeColor(bitmap, Color.YELLOW); in testDialogProducer()
722 assertBitmapEdgeColor(bitmap, Color.YELLOW); in testDialogProducerCopyToRGBA16F()
1118 private void assertBitmapEdgeColor(Bitmap bitmap, int edgeColor) { in assertBitmapEdgeColor() method in PixelCopyTest
DTextureViewTest.java492 assertBitmapEdgeColor(bitmap, Color.YELLOW); in testCropRect()
889 private void assertBitmapEdgeColor(Bitmap bitmap, int edgeColor) { in assertBitmapEdgeColor() method in TextureViewTest