Searched refs:SupplementalFrameId (Results 1 – 8 of 8) sorted by relevance
/platform_testing/libraries/motion/tests/src/platform/test/motion/filmstrip/ |
D | FilmstripTest.kt | 28 import platform.test.motion.golden.SupplementalFrameId 76 MotionScreenshot(SupplementalFrameId("after"), mockScreenshot(Color.BLUE, w, h)), in horizontalFilmstrip() 92 SupplementalFrameId("wide_before"), in horizontalFilmstrip_labelsWiderThanScreenshot() 96 SupplementalFrameId("wide_after"), in horizontalFilmstrip_labelsWiderThanScreenshot() 129 MotionScreenshot(SupplementalFrameId("after"), mockScreenshot(Color.BLUE, w, h)), in verticalFilmstrip() 144 MotionScreenshot(SupplementalFrameId("before"), mockScreenshot(Color.RED, w, h)), in verticalFilmstrip_labelsTallerThanScreenshot() 145 MotionScreenshot(SupplementalFrameId("after"), mockScreenshot(Color.BLUE, w, h)), in verticalFilmstrip_labelsTallerThanScreenshot() 176 MotionScreenshot(SupplementalFrameId("after"), mockScreenshot(Color.BLUE, w, h)), in automaticOrientation_tallScreenshots_filmstripIsHorizontal() 197 MotionScreenshot(SupplementalFrameId("after"), mockScreenshot(Color.BLUE, w, h)), in automaticOrientation_wideScreenshots_filmstripIsVertical()
|
/platform_testing/libraries/motion/src/platform/test/motion/view/ |
D | ViewToolkit.kt | 33 import platform.test.motion.golden.SupplementalFrameId in <lambda>() 150 recordFrame(SupplementalFrameId("before")) in recordSeekableAnimation() 161 recordFrame(SupplementalFrameId("after")) in recordSeekableAnimation()
|
/platform_testing/libraries/motion/src/platform/test/motion/golden/ |
D | TimeSeries.kt | 60 data class SupplementalFrameId(override val label: String) : FrameId dataClass
|
D | JsonGoldenSerializer.kt | 70 is String -> SupplementalFrameId(jsonValue) in frameIdFromJson() 78 is SupplementalFrameId -> frameId.label in frameIdToJson()
|
/platform_testing/libraries/motion/tests/src/platform/test/motion/ |
D | MotionTestRuleTest.kt | 31 import platform.test.motion.golden.SupplementalFrameId 143 listOf(TimestampFrameId(0), TimestampFrameId(16), SupplementalFrameId("after")), in writeGeneratedTimeSeries_withScreenshots_writesVideoAndIncludesMetadata()
|
/platform_testing/libraries/motion/tests/src/platform/test/motion/truth/ |
D | TimeSeriesSubjectTest.kt | 26 import platform.test.motion.golden.SupplementalFrameId in <lambda>() 54 expected.copy(frameIds = listOf(expected.frameIds[0], SupplementalFrameId("x"))) in <lambda>()
|
/platform_testing/libraries/motion/tests/src/platform/test/motion/golden/ |
D | JsonGoldenSerializerTest.kt | 66 TimeSeries(listOf(SupplementalFrameId("foo")), listOf()), in supplementalFrameId_asString()
|
/platform_testing/libraries/motion/compose/src/platform/test/motion/compose/ |
D | ComposeToolkit.kt | 63 import platform.test.motion.golden.SupplementalFrameId in <lambda>() 240 recordFrame(SupplementalFrameId("before")) in recordMotion() 263 recordFrame(SupplementalFrameId("after")) in recordMotion()
|