Home
last modified time | relevance | path

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

/cts/tests/tests/uirendering27/src/android/uirendering/cts/testinfrastructure/
DActivityTestBase.java222 Bitmap testCaseBitmap = captureRenderSpec(testCase); in runWithComparer() local
223 mBitmapAsserter.assertBitmapsAreSimilar(idealBitmap, testCaseBitmap, bitmapComparer, in runWithComparer()
238 Bitmap testCaseBitmap = captureRenderSpec(testCase); in runWithVerifier() local
239 mBitmapAsserter.assertBitmapIsVerified(testCaseBitmap, bitmapVerifier, in runWithVerifier()
269 Bitmap testCaseBitmap = takeScreenshot(testPositionInfo); in runWithAnimationVerifier() local
270 mBitmapAsserter.assertBitmapIsVerified(testCaseBitmap, bitmapVerifier, in runWithAnimationVerifier()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DActivityTestBase.java245 Bitmap testCaseBitmap = captureRenderSpec(testCase); in runWithComparer() local
246 BitmapAsserter.assertBitmapsAreSimilar(idealBitmap, testCaseBitmap, in runWithComparer()
265 Bitmap testCaseBitmap = captureRenderSpec(testCase); in runWithVerifier() local
266 BitmapAsserter.assertBitmapIsVerified(testCaseBitmap, bitmapVerifier, in runWithVerifier()
299 Bitmap testCaseBitmap = takeScreenshot(testPositionInfo); in runWithAnimationVerifier() local
300 BitmapAsserter.assertBitmapIsVerified(testCaseBitmap, bitmapVerifier, in runWithAnimationVerifier()