Searched refs:MotionScreenshot (Results 1 – 4 of 4) sorted by relevance
/platform_testing/libraries/motion/tests/src/platform/test/motion/filmstrip/ |
D | FilmstripTest.kt | 54 Filmstrip(listOf(MotionScreenshot(TimestampFrameId(10), mockScreenshot(Color.RED)))) in horizontalSingleFrame() 62 Filmstrip(listOf(MotionScreenshot(TimestampFrameId(10), mockScreenshot(Color.RED)))) in verticalSingleFrame() 74 MotionScreenshot(TimestampFrameId(10), mockScreenshot(Color.RED, w, h)), in horizontalFilmstrip() 75 MotionScreenshot(TimestampFrameId(20), mockScreenshot(Color.GREEN, w, h)), in horizontalFilmstrip() 76 MotionScreenshot(SupplementalFrameId("after"), mockScreenshot(Color.BLUE, w, h)), in horizontalFilmstrip() 91 MotionScreenshot( in horizontalFilmstrip_labelsWiderThanScreenshot() 95 MotionScreenshot( in horizontalFilmstrip_labelsWiderThanScreenshot() 110 MotionScreenshot(TimestampFrameId(1), mockScreenshot(Color.RED, 100, 200)), in horizontalFilmstrip_variableSize_tileMatchesLargestDimensions() 111 MotionScreenshot(TimestampFrameId(2), mockScreenshot(Color.GREEN, 150, 75)), in horizontalFilmstrip_variableSize_tileMatchesLargestDimensions() 112 MotionScreenshot(TimestampFrameId(3), mockScreenshot(Color.BLUE, 50, 50)), in horizontalFilmstrip_variableSize_tileMatchesLargestDimensions() [all …]
|
/platform_testing/libraries/motion/src/platform/test/motion/ |
D | RecordedMotion.kt | 21 import platform.test.motion.filmstrip.MotionScreenshot in <lambda>() 47 MotionScreenshot(frameId, bitmap) in <lambda>()
|
/platform_testing/libraries/motion/src/platform/test/motion/filmstrip/ |
D | Filmstrip.kt | 31 class Filmstrip(private val screenshots: List<MotionScreenshot>) { 98 data class MotionScreenshot(val frameId: FrameId, val bitmap: Bitmap) class 101 val screenshots: List<MotionScreenshot>, 131 screenshots: List<MotionScreenshot>, in render() 188 screenshots: List<MotionScreenshot>,
|
D | VideoRenderer.kt | 30 class VideoRenderer(private val screenshots: List<MotionScreenshot>) { in <lambda>()
|