Home
last modified time | relevance | path

Searched refs:FilmstripOrientation (Results 1 – 2 of 2) sorted by relevance

/platform_testing/libraries/motion/tests/src/platform/test/motion/filmstrip/
DFilmstripTest.kt55 .apply { orientation = FilmstripOrientation.HORIZONTAL } in horizontalSingleFrame()
63 .apply { orientation = FilmstripOrientation.VERTICAL } 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()
181 .apply { orientation = FilmstripOrientation.AUTOMATIC } in automaticOrientation_tallScreenshots_filmstripIsHorizontal()
202 .apply { orientation = FilmstripOrientation.AUTOMATIC } in automaticOrientation_wideScreenshots_filmstripIsVertical()
[all …]
/platform_testing/libraries/motion/src/platform/test/motion/filmstrip/
DFilmstrip.kt37 var orientation: FilmstripOrientation = FilmstripOrientation.AUTOMATIC
72 FilmstripOrientation.HORIZONTAL -> true
73 FilmstripOrientation.VERTICAL -> false
74 FilmstripOrientation.AUTOMATIC -> screenshotWidth <= screenshotHeight
90 enum class FilmstripOrientation { class