Home
last modified time | relevance | path

Searched refs:SupplementalFrameId (Results 1 – 8 of 8) sorted by relevance

/platform_testing/libraries/motion/tests/src/platform/test/motion/filmstrip/
DFilmstripTest.kt28 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/
DViewToolkit.kt33 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/
DTimeSeries.kt60 data class SupplementalFrameId(override val label: String) : FrameId dataClass
DJsonGoldenSerializer.kt70 is String -> SupplementalFrameId(jsonValue) in frameIdFromJson()
78 is SupplementalFrameId -> frameId.label in frameIdToJson()
/platform_testing/libraries/motion/tests/src/platform/test/motion/
DMotionTestRuleTest.kt31 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/
DTimeSeriesSubjectTest.kt26 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/
DJsonGoldenSerializerTest.kt66 TimeSeries(listOf(SupplementalFrameId("foo")), listOf()), in supplementalFrameId_asString()
/platform_testing/libraries/motion/compose/src/platform/test/motion/compose/
DComposeToolkit.kt63 import platform.test.motion.golden.SupplementalFrameId in <lambda>()
240 recordFrame(SupplementalFrameId("before")) in recordMotion()
263 recordFrame(SupplementalFrameId("after")) in recordMotion()