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.java372 assertBitmapEdgeColor(bitmap, Color.YELLOW); in testViewProducer()
409 assertBitmapEdgeColor(bitmap, Color.YELLOW); in testViewProducerAutoSizeWithSrc()
484 assertBitmapEdgeColor(bitmap, Color.YELLOW); in testWindowProducerCopyToRGBA16F()
502 assertBitmapEdgeColor(bitmap, Color.YELLOW); in testWindowProducer()
644 assertBitmapEdgeColor(bitmap, Color.YELLOW); in testDialogProducer()
719 assertBitmapEdgeColor(bitmap, Color.YELLOW); in testDialogProducerCopyToRGBA16F()
1126 private void assertBitmapEdgeColor(Bitmap bitmap, int edgeColor) { in assertBitmapEdgeColor() method in PixelCopyTest
DTextureViewTest.java482 assertBitmapEdgeColor(bitmap, Color.YELLOW); in testCropRect()
879 private void assertBitmapEdgeColor(Bitmap bitmap, int edgeColor) { in assertBitmapEdgeColor() method in TextureViewTest