Home
last modified time | relevance | path

Searched refs:Filmstrip (Results 1 – 3 of 3) sorted by relevance

/platform_testing/libraries/motion/tests/src/platform/test/motion/filmstrip/
DFilmstripTest.kt43 private fun assertFilmstripRendering(filmstrip: Filmstrip) { in assertFilmstripRendering()
54 Filmstrip(listOf(MotionScreenshot(TimestampFrameId(10), mockScreenshot(Color.RED)))) in horizontalSingleFrame()
62 Filmstrip(listOf(MotionScreenshot(TimestampFrameId(10), mockScreenshot(Color.RED)))) in verticalSingleFrame()
80 Filmstrip(screenshots).apply { orientation = FilmstripOrientation.HORIZONTAL } in horizontalFilmstrip()
102 Filmstrip(screenshots).apply { orientation = FilmstripOrientation.HORIZONTAL } in horizontalFilmstrip_labelsWiderThanScreenshot()
116 Filmstrip(screenshots).apply { orientation = FilmstripOrientation.HORIZONTAL } in horizontalFilmstrip_variableSize_tileMatchesLargestDimensions()
133 Filmstrip(screenshots).apply { orientation = FilmstripOrientation.VERTICAL } in verticalFilmstrip()
149 Filmstrip(screenshots).apply { orientation = FilmstripOrientation.VERTICAL } in verticalFilmstrip_labelsTallerThanScreenshot()
163 Filmstrip(screenshots).apply { orientation = FilmstripOrientation.VERTICAL } in verticalFilmstrip_variableSize_tileMatchesLargestDimensions()
180 Filmstrip(screenshots) in automaticOrientation_tallScreenshots_filmstripIsHorizontal()
[all …]
/platform_testing/libraries/motion/src/platform/test/motion/
DRecordedMotion.kt20 import platform.test.motion.filmstrip.Filmstrip in <lambda>()
39 val filmstrip: Filmstrip? in <lambda>()
49 filmstrip = Filmstrip(motionScreenshots) in <lambda>()
/platform_testing/libraries/motion/src/platform/test/motion/filmstrip/
DFilmstrip.kt31 class Filmstrip(private val screenshots: List<MotionScreenshot>) { class