Home
last modified time | relevance | path

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

/aosp_15_r20/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/
H A DScreenshotTestRule.kt140 fun assertBitmapAgainstGolden( in <lambda>() method
146 assertBitmapAgainstGolden( in <lambda>()
175 override fun assertBitmapAgainstGolden( in <lambda>() method in platform.test.screenshot.ScreenshotTestRule
379 rule.assertBitmapAgainstGolden(actual, goldenId, matcher) in assertGoldenImage()
392 rule.assertBitmapAgainstGolden(actual, goldenId, matcher, areas) in assertGoldenImage()
465 bitmapDiffer.assertBitmapAgainstGolden( in assertAgainstGolden()
H A DBitmapDiffer.kt46 fun assertBitmapAgainstGolden( method
H A DDialogScreenshotTest.kt73 bitmapDiffer.assertBitmapAgainstGolden(bitmap, goldenIdentifier, matcher)
H A DFragmentScreenshotTestRule.kt122 assertBitmapAgainstGolden( in <lambda>()
H A DViewScreenshotTestRule.kt162 screenshotRule.assertBitmapAgainstGolden(bitmap, goldenIdentifier, matcher) in <lambda>()
/aosp_15_r20/platform_testing/libraries/motion/src/platform/test/motion/truth/
H A DRecordedMotionSubject.kt111 bitmapDiffer.assertBitmapAgainstGolden(filmstripBitmap, goldenIdentifier, bitmapMatcher) in filmstripMatchesGolden()
/aosp_15_r20/frameworks/base/packages/SettingsLib/Spa/screenshot/src/com/android/settingslib/spa/screenshot/util/
H A DSettingsScreenshotTestRule.kt90 screenshotRule.assertBitmapAgainstGolden(view.drawIntoBitmap(), goldenIdentifier, matcher) in screenshotTest()
/aosp_15_r20/frameworks/base/tests/InputScreenshotTest/src/android/input/screenshot/
H A DInputScreenshotTestRule.kt88 screenshotRule.assertBitmapAgainstGolden(view.drawIntoBitmap(), goldenIdentifier, matcher) in screenshotTest()
/aosp_15_r20/platform_testing/libraries/screenshot/utils/compose/src/platform/test/screenshot/utils/compose/
H A DComposeScreenshotTestRule.kt139 screenshotRule.assertBitmapAgainstGolden(bitmap, goldenIdentifier, matcher) in <lambda>()
/aosp_15_r20/platform_testing/libraries/motion/tests/src/platform/test/motion/truth/
H A DRecordedMotionSubjectTest.kt131 whenever(bitmapDiffer.assertBitmapAgainstGolden(any(), any(), any(), any())) in <lambda>()