Home
last modified time | relevance | path

Searched defs:screenshots (Results 1 – 5 of 5) sorted by relevance

/platform_testing/libraries/motion/tests/src/platform/test/motion/filmstrip/
DFilmstripTest.kt72 val screenshots = in horizontalFilmstrip() constant
89 val screenshots = in horizontalFilmstrip_labelsWiderThanScreenshot() constant
108 val screenshots = in horizontalFilmstrip_variableSize_tileMatchesLargestDimensions() constant
125 val screenshots = in verticalFilmstrip() constant
142 val screenshots = in verticalFilmstrip_labelsTallerThanScreenshot() constant
155 val screenshots = in verticalFilmstrip_variableSize_tileMatchesLargestDimensions() constant
172 val screenshots = in automaticOrientation_tallScreenshots_filmstripIsHorizontal() constant
193 val screenshots = in automaticOrientation_wideScreenshots_filmstripIsVertical() constant
211 val screenshots = in limitLongestSide_scalesBasedOnLongerHeight() constant
228 val screenshots = in limitLongestSide_scalesBasedOnLongerWidth() constant
[all …]
/platform_testing/libraries/motion/tests/src/platform/test/motion/truth/
DRecordedMotionSubjectTest.kt157 val screenshots = in <lambda>() constant
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DTestScreenshotsMetadata.java49 Set<TestScreenshotsMetadata.ScreenshotMetadata> screenshots) { in TestScreenshotsMetadata()
/platform_testing/libraries/motion/src/platform/test/motion/filmstrip/
DFilmstrip.kt31 class Filmstrip(private val screenshots: List<MotionScreenshot>) { constant in platform.test.motion.filmstrip.Filmstrip
101 val screenshots: List<MotionScreenshot>, constant in platform.test.motion.filmstrip.FilmstripRenderer
DVideoRenderer.kt30 class VideoRenderer(private val screenshots: List<MotionScreenshot>) { in <lambda>() constant in platform.test.motion.filmstrip.VideoRenderer