Home
last modified time | relevance | path

Searched refs:screenshotCollector (Results 1 – 2 of 2) sorted by relevance

/platform_testing/libraries/motion/src/platform/test/motion/view/
DViewToolkit.kt136 val screenshotCollector = visualCapture?.let { mutableListOf<Bitmap>() } in recordSeekableAnimation() constant
146 screenshotCollector?.add(visualCapture()) in recordSeekableAnimation()
170 return create(timeSeries, screenshotCollector) in recordSeekableAnimation()
/platform_testing/libraries/motion/compose/src/platform/test/motion/compose/
DComposeToolkit.kt207 val screenshotCollector = mutableListOf<ImageBitmap>() in recordMotion() constant
213 screenshotCollector.add(onRoot().captureToImage()) in recordMotion()
272 return create(timeSeries, screenshotCollector.map { it.asAndroidBitmap() }) in recordMotion()