Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DPictureTest.java117 verifyBitmap(bitmap); in testPicture()
124 verifyBitmap(bitmap); in testPicture()
154 private void verifyBitmap(Bitmap bitmap) { in verifyBitmap() method in PictureTest
/cts/tests/tests/widget/src/android/widget/cts/
DRemoteViewsTest.java539 verifyBitmap(width, height, (bitmap) -> verifyColorsOnFourCorners(Color.WHITE, bitmap)); in testApplyWithDrawInstructions()
543 verifyBitmap(width, height, (bitmap) -> verifyColorsOnFourCorners(Color.BLACK, bitmap)); in testApplyWithDrawInstructions()
790 verifyBitmap(expectedBitmap.getWidth(), expectedBitmap.getHeight(), (actualBitmap) -> { in testSingleDrawInstruction()
840 private void verifyBitmap(final int width, final int height, final Consumer<Bitmap> cb) in verifyBitmap() method in RemoteViewsTest