Searched refs:FilmstripOrientation (Results 1 – 2 of 2) sorted by relevance
55 .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 …]
37 var orientation: FilmstripOrientation = FilmstripOrientation.AUTOMATIC72 FilmstripOrientation.HORIZONTAL -> true73 FilmstripOrientation.VERTICAL -> false74 FilmstripOrientation.AUTOMATIC -> screenshotWidth <= screenshotHeight90 enum class FilmstripOrientation { class