Home
last modified time | relevance | path

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

/cts/tests/tests/uirendering/src/android/uirendering/cts/util/
DBitmapAsserter.java58 public static void assertBitmapIsVerified(Bitmap bitmap, BitmapVerifier bitmapVerifier, in assertBitmapIsVerified() argument
60 boolean success = bitmapVerifier.verify(bitmap); in assertBitmapIsVerified()
62 BitmapDumper.dumpBitmaps(bitmap, bitmapVerifier.getDifferenceBitmap()); in assertBitmapIsVerified()
/cts/tests/tests/uirendering27/src/android/uirendering/cts/util/
DBitmapAsserter.java76 public void assertBitmapIsVerified(Bitmap bitmap, BitmapVerifier bitmapVerifier, in assertBitmapIsVerified() argument
80 boolean success = bitmapVerifier.verify(bitmap); in assertBitmapIsVerified()
84 BitmapDumper.dumpBitmap(bitmapVerifier.getDifferenceBitmap(), testName + "_verifier", in assertBitmapIsVerified()
/cts/tests/tests/uirendering27/src/android/uirendering/cts/testinfrastructure/
DActivityTestBase.java232 public void runWithVerifier(BitmapVerifier bitmapVerifier) { in runWithVerifier() argument
239 mBitmapAsserter.assertBitmapIsVerified(testCaseBitmap, bitmapVerifier, in runWithVerifier()
255 public void runWithAnimationVerifier(BitmapVerifier bitmapVerifier) { in runWithAnimationVerifier() argument
270 mBitmapAsserter.assertBitmapIsVerified(testCaseBitmap, bitmapVerifier, in runWithAnimationVerifier()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DActivityTestBase.java258 public void runWithVerifier(BitmapVerifier bitmapVerifier) { in runWithVerifier() argument
266 BitmapAsserter.assertBitmapIsVerified(testCaseBitmap, bitmapVerifier, in runWithVerifier()
284 public void runWithAnimationVerifier(BitmapVerifier bitmapVerifier) { in runWithAnimationVerifier() argument
300 BitmapAsserter.assertBitmapIsVerified(testCaseBitmap, bitmapVerifier, in runWithAnimationVerifier()