Searched refs:filmstrip (Results 1 – 5 of 5) sorted by relevance
20 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>() constant49 filmstrip = Filmstrip(motionScreenshots) in <lambda>()52 filmstrip = null in <lambda>()
17 package platform.test.motion.filmstrip147 val filmstrip = Bitmap.createBitmap(width, height, bitmapConfig) in render() constant148 val canvas = Canvas(filmstrip) in render()183 return filmstrip in render()199 val filmstrip = Bitmap.createBitmap(width, height, bitmapConfig) in render() constant200 val canvas = Canvas(filmstrip) in render()235 return filmstrip in render()
17 package platform.test.motion.filmstrip in <lambda>()
104 val filmstrip = in filmstripMatchesGolden() constant105 checkNotNull(recordedMotion.filmstrip) { in filmstripMatchesGolden()110 val filmstripBitmap = filmstrip.renderFilmstrip() in filmstripMatchesGolden()
17 package platform.test.motion.filmstrip43 private fun assertFilmstripRendering(filmstrip: Filmstrip) { in assertFilmstripRendering()46 ScreenshotAsserterConfig(captureStrategy = { filmstrip.renderFilmstrip() }) in assertFilmstripRendering()