Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DViewAnimationMatrixTest.java78 assertAllPixelsAre(Color.BLACK, bitmap); in testAnimationMatrixAppliedDuringDrawing()
94 assertAllPixelsAre(Color.WHITE, bitmap); in testAnimationMatrixClearedWithPassingNull()
133 private void assertAllPixelsAre(int color, Bitmap bitmap) { in assertAllPixelsAre() method in ViewAnimationMatrixTest