Home
last modified time | relevance | path

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

/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DActivityTestBase.java212 Bitmap testCaseBitmap = captureRenderSpec(testCase); in runWithComparer() local
213 mBitmapAsserter.assertBitmapsAreSimilar(idealBitmap, testCaseBitmap, bitmapComparer, in runWithComparer()
228 Bitmap testCaseBitmap = captureRenderSpec(testCase); in runWithVerifier() local
229 mBitmapAsserter.assertBitmapIsVerified(testCaseBitmap, bitmapVerifier, in runWithVerifier()
259 Bitmap testCaseBitmap = takeScreenshot(testPositionInfo); in runWithAnimationVerifier() local
260 mBitmapAsserter.assertBitmapIsVerified(testCaseBitmap, bitmapVerifier, in runWithAnimationVerifier()