Home
last modified time | relevance | path

Searched refs:filmstrip (Results 1 – 5 of 5) sorted by relevance

/platform_testing/libraries/motion/src/platform/test/motion/
DRecordedMotion.kt20 import platform.test.motion.filmstrip.Filmstrip in <lambda>()
21 import platform.test.motion.filmstrip.MotionScreenshot in <lambda>()
22 import platform.test.motion.filmstrip.VideoRenderer in <lambda>()
39 val filmstrip: Filmstrip? in <lambda>() constant
49 filmstrip = Filmstrip(motionScreenshots) in <lambda>()
52 filmstrip = null in <lambda>()
/platform_testing/libraries/motion/src/platform/test/motion/filmstrip/
DFilmstrip.kt17 package platform.test.motion.filmstrip
147 val filmstrip = Bitmap.createBitmap(width, height, bitmapConfig) in render() constant
148 val canvas = Canvas(filmstrip) in render()
183 return filmstrip in render()
199 val filmstrip = Bitmap.createBitmap(width, height, bitmapConfig) in render() constant
200 val canvas = Canvas(filmstrip) in render()
235 return filmstrip in render()
DVideoRenderer.kt17 package platform.test.motion.filmstrip in <lambda>()
/platform_testing/libraries/motion/src/platform/test/motion/truth/
DRecordedMotionSubject.kt104 val filmstrip = in filmstripMatchesGolden() constant
105 checkNotNull(recordedMotion.filmstrip) { in filmstripMatchesGolden()
110 val filmstripBitmap = filmstrip.renderFilmstrip() in filmstripMatchesGolden()
/platform_testing/libraries/motion/tests/src/platform/test/motion/filmstrip/
DFilmstripTest.kt17 package platform.test.motion.filmstrip
43 private fun assertFilmstripRendering(filmstrip: Filmstrip) { in assertFilmstripRendering()
46 ScreenshotAsserterConfig(captureStrategy = { filmstrip.renderFilmstrip() }) in assertFilmstripRendering()