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 D | ScreenshotTestRule.kt | 140 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 D | BitmapDiffer.kt | 46 fun assertBitmapAgainstGolden( method
|
H A D | DialogScreenshotTest.kt | 73 bitmapDiffer.assertBitmapAgainstGolden(bitmap, goldenIdentifier, matcher)
|
H A D | FragmentScreenshotTestRule.kt | 122 assertBitmapAgainstGolden( in <lambda>()
|
H A D | ViewScreenshotTestRule.kt | 162 screenshotRule.assertBitmapAgainstGolden(bitmap, goldenIdentifier, matcher) in <lambda>()
|
/aosp_15_r20/platform_testing/libraries/motion/src/platform/test/motion/truth/ |
H A D | RecordedMotionSubject.kt | 111 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 D | SettingsScreenshotTestRule.kt | 90 screenshotRule.assertBitmapAgainstGolden(view.drawIntoBitmap(), goldenIdentifier, matcher) in screenshotTest()
|
/aosp_15_r20/frameworks/base/tests/InputScreenshotTest/src/android/input/screenshot/ |
H A D | InputScreenshotTestRule.kt | 88 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 D | ComposeScreenshotTestRule.kt | 139 screenshotRule.assertBitmapAgainstGolden(bitmap, goldenIdentifier, matcher) in <lambda>()
|
/aosp_15_r20/platform_testing/libraries/motion/tests/src/platform/test/motion/truth/ |
H A D | RecordedMotionSubjectTest.kt | 131 whenever(bitmapDiffer.assertBitmapAgainstGolden(any(), any(), any(), any())) in <lambda>()
|