Searched refs:screenshotCollector (Results 1 – 2 of 2) sorted by relevance
136 val screenshotCollector = visualCapture?.let { mutableListOf<Bitmap>() } in recordSeekableAnimation() constant146 screenshotCollector?.add(visualCapture()) in recordSeekableAnimation()170 return create(timeSeries, screenshotCollector) in recordSeekableAnimation()
207 val screenshotCollector = mutableListOf<ImageBitmap>() in recordMotion() constant213 screenshotCollector.add(onRoot().captureToImage()) in recordMotion()272 return create(timeSeries, screenshotCollector.map { it.asAndroidBitmap() }) in recordMotion()