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.java231 Bitmap testCaseBitmap = captureRenderSpec(testCase); in runWithComparer() local
232 assertBitmapsAreSimilar(idealBitmap, testCaseBitmap, bitmapComparer, in runWithComparer()
247 Bitmap testCaseBitmap = captureRenderSpec(testCase); in runWithVerifier() local
248 assertBitmapIsVerified(testCaseBitmap, bitmapVerifier, testCase.getDebugString()); in runWithVerifier()
276 Bitmap testCaseBitmap = takeScreenshot(testOffset); in runWithAnimationVerifier() local
277 assertBitmapIsVerified(testCaseBitmap, bitmapVerifier, in runWithAnimationVerifier()