/platform_testing/libraries/screenshot/utils/compose/src/platform/test/screenshot/utils/compose/ |
D | ComposeScreenshotTestRule.kt | 17 package platform.test.screenshot.utils.compose 38 import platform.test.screenshot.BitmapDiffer 39 import platform.test.screenshot.DeviceEmulationRule 40 import platform.test.screenshot.DeviceEmulationSpec 41 import platform.test.screenshot.FontsRule 42 import platform.test.screenshot.GoldenPathManager 43 import platform.test.screenshot.HardwareRenderingRule 44 import platform.test.screenshot.MaterialYouColorsRule 45 import platform.test.screenshot.ScreenshotActivity 46 import platform.test.screenshot.ScreenshotAsserterFactory [all …]
|
/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/ |
D | ScreenshotAsserter.kt | 17 package platform.test.screenshot 21 import androidx.test.runner.screenshot.Screenshot 22 import platform.test.screenshot.matchers.BitmapMatcher 23 import platform.test.screenshot.matchers.PixelPerfectMatcher
|
D | Bitmap.kt | 17 package platform.test.screenshot 20 import platform.test.screenshot.matchers.MSSIMMatcher 21 import platform.test.screenshot.matchers.PixelPerfectMatcher
|
D | BitmapDiffer.kt | 16 package platform.test.screenshot 20 import platform.test.screenshot.matchers.BitmapMatcher
|
D | DialogScreenshotTest.kt | 17 package platform.test.screenshot in <lambda>() 24 import platform.test.screenshot.matchers.BitmapMatcher in <lambda>()
|
D | ScreenshotActivity.kt | 17 package platform.test.screenshot
|
D | ScreenshotTestRule.kt | 17 package platform.test.screenshot in <lambda>() 29 import androidx.test.runner.screenshot.Screenshot in <lambda>() 35 import platform.test.screenshot.matchers.BitmapMatcher in <lambda>() 36 import platform.test.screenshot.matchers.MSSIMMatcher in <lambda>() 37 import platform.test.screenshot.matchers.PixelPerfectMatcher in <lambda>() 38 import platform.test.screenshot.proto.ScreenshotResultProto in <lambda>() 39 import platform.test.screenshot.report.DiffResultExportStrategy in <lambda>()
|
D | HardwareRenderingRule.kt | 17 package platform.test.screenshot
|
D | FragmentScreenshotTestRule.kt | 17 package platform.test.screenshot in <lambda>() 32 import platform.test.screenshot.ViewScreenshotTestRule.Mode in <lambda>() 33 import platform.test.screenshot.matchers.BitmapMatcher in <lambda>()
|
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/ |
D | ColorUtils.kt | 21 import androidx.test.runner.screenshot.Screenshot in <lambda>() 25 val screenshot: Bitmap = Screenshot.capture().bitmap in <lambda>() constant 27 val firstColumn = screenshot.columnColor(x = 0) in <lambda>() 28 val lastColumn = screenshot.columnColor(x = screenshot.width - 1) in <lambda>()
|
/platform_testing/libraries/screenshot/ |
D | Android.bp | 22 name: "platform-screenshot-diff-test", 40 "platform-screenshot-diff-core", 49 name: "platform-screenshot-diff-core", 59 "src/main/java/platform/test/screenshot/**/*.java", 60 "src/main/java/platform/test/screenshot/**/*.kt", 65 "platform-screenshot-diff-proto", 76 name: "platform-screenshot-diff-proto",
|
D | TEST_MAPPING | 4 "name": "platform-screenshot-diff-test", 12 // v2/sysui/suite/test-mapping-sysui-screenshot-test 13 "sysui-screenshot-test": [
|
D | OWNERS | 1 # Owners for /libraries/screenshot
|
/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/report/ |
D | DiffResultExportStrategy.kt | 17 package platform.test.screenshot.report 21 import platform.test.screenshot.GoldenPathManager 22 import platform.test.screenshot.proto.ScreenshotResultProto.DiffResult
|
D | DevicelessDevMachineExportStrategy.kt | 17 package platform.test.screenshot.report in <lambda>() 25 import platform.test.screenshot.GoldenPathManager in <lambda>() 26 import platform.test.screenshot.proto.ScreenshotResultProto in <lambda>()
|
/platform_testing/libraries/motion/src/platform/test/motion/testing/ |
D | GoldenPathManagerFactory.kt | 21 import platform.test.screenshot.GoldenPathManager 22 import platform.test.screenshot.PathConfig
|
/platform_testing/libraries/screenshot/src/androidTest/java/platform/test/screenshot/report/ |
D | ScubaExportStrategyTest.kt | 17 package platform.test.screenshot.report 29 import platform.test.screenshot.GoldenPathManager 30 import platform.test.screenshot.PathConfig 31 import platform.test.screenshot.PathElementNoContext 32 import platform.test.screenshot.getDeviceOutputDirectory 33 import platform.test.screenshot.proto.ScreenshotResultProto.DiffResult 34 import platform.test.screenshot.report.OutputFileType.IMAGE_ACTUAL 35 import platform.test.screenshot.report.OutputFileType.IMAGE_DIFF 36 import platform.test.screenshot.report.OutputFileType.IMAGE_EXPECTED 37 import platform.test.screenshot.report.OutputFileType.RESULT_BIN_PROTO [all …]
|
/platform_testing/libraries/motion/tests/src/platform/test/motion/view/ |
D | ViewToolkitTest.kt | 35 import platform.test.screenshot.DeviceEmulationRule in <lambda>() 36 import platform.test.screenshot.DeviceEmulationSpec in <lambda>() 37 import platform.test.screenshot.DisplaySpec in <lambda>() 38 import platform.test.screenshot.ScreenshotActivity in <lambda>() 39 import platform.test.screenshot.ScreenshotTestRule in <lambda>()
|
/platform_testing/libraries/health/rules/src/android/platform/test/rule/ |
D | ArtifactSaver.java | 78 final File screenshot = takeDebugScreenshot(description, device, "OnFailure"); in onError() local 105 + screenshot in onError() 140 final File screenshot = artifactFile(description, prefix, "png"); in takeDebugScreenshot() local 141 device.takeScreenshot(screenshot); in takeDebugScreenshot() 142 return screenshot; in takeDebugScreenshot()
|
/platform_testing/libraries/runner/ |
D | OWNERS | 1 # Owners for /libraries/screenshot
|
/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/matchers/ |
D | BitmapMatcher.kt | 17 package platform.test.screenshot.matchers in <lambda>() 24 import platform.test.screenshot.proto.ScreenshotResultProto in <lambda>() 25 import platform.test.screenshot.proto.ScreenshotResultProto.DiffResult.ComparisonStatistics in <lambda>()
|
D | PixelPerfectMatcher.kt | 17 package platform.test.screenshot.matchers in <lambda>() 23 import platform.test.screenshot.proto.ScreenshotResultProto in <lambda>()
|
/platform_testing/libraries/screenshot/src/androidTest/java/platform/test/screenshot/matchers/ |
D | AlmostPerfectMatcherTest.kt | 17 package platform.test.screenshot.matchers 23 import platform.test.screenshot.toIntArray 24 import platform.test.screenshot.utils.loadBitmap
|
/platform_testing/libraries/screenshot/src/androidTest/java/platform/test/screenshot/ |
D | ScreenshotTestRuleTest.kt | 17 package platform.test.screenshot 37 import platform.test.screenshot.matchers.MSSIMMatcher 38 import platform.test.screenshot.matchers.PixelPerfectMatcher 39 import platform.test.screenshot.proto.ScreenshotResultProto.DiffResult 40 import platform.test.screenshot.report.DiffResultExportStrategy 41 import platform.test.screenshot.utils.loadBitmap
|
/platform_testing/libraries/motion/ |
D | Android.bp | 54 "platform-screenshot-diff-core", 55 "platform-screenshot-diff-proto",
|