Home
last modified time | relevance | path

Searched refs:frameId (Results 1 – 6 of 6) sorted by relevance

/platform_testing/libraries/motion/src/platform/test/motion/view/
DViewToolkit.kt138 fun recordFrame(frameId: FrameId) { in recordSeekableAnimation()
139 frameIdCollector.add(frameId) in recordSeekableAnimation()
154 lateinit var frameId: FrameId in recordSeekableAnimation() variable
155 activityScenario.onActivity { frameId = seekableAnimation.seekTo(sampleProgress) } in recordSeekableAnimation()
156 recordFrame(frameId) in recordSeekableAnimation()
/platform_testing/libraries/motion/src/platform/test/motion/
DRecordedMotion.kt46 timeSeries.frameIds.zip(screenshots) { frameId, bitmap -> in <lambda>() method
47 MotionScreenshot(frameId, bitmap) in <lambda>()
/platform_testing/libraries/motion/src/platform/test/motion/golden/
DJsonGoldenSerializer.kt75 private fun frameIdToJson(frameId: FrameId) = in frameIdToJson()
76 when (frameId) { in frameIdToJson()
77 is TimestampFrameId -> frameId.milliseconds in frameIdToJson()
78 is SupplementalFrameId -> frameId.label in frameIdToJson()
/platform_testing/libraries/motion/src/platform/test/motion/filmstrip/
DVideoRenderer.kt87 first.frameId is TimestampFrameId && in <lambda>()
88 second.frameId is TimestampFrameId in <lambda>()
90 second.frameId.milliseconds - first.frameId.milliseconds in <lambda>()
DFilmstrip.kt98 data class MotionScreenshot(val frameId: FrameId, val bitmap: Bitmap) constant in platform.test.motion.filmstrip.MotionScreenshot
108 val labels = screenshots.map { it.frameId.label } in <lambda>()
/platform_testing/libraries/motion/compose/src/platform/test/motion/compose/
DComposeToolkit.kt209 fun recordFrame(frameId: FrameId) { in recordMotion()
210 Log.i(TAG, "recordFrame($frameId)") in recordMotion()
211 frameIdCollector.add(frameId) in recordMotion()