Searched refs:frameId (Results 1 – 6 of 6) sorted by relevance
138 fun recordFrame(frameId: FrameId) { in recordSeekableAnimation()139 frameIdCollector.add(frameId) in recordSeekableAnimation()154 lateinit var frameId: FrameId in recordSeekableAnimation() variable155 activityScenario.onActivity { frameId = seekableAnimation.seekTo(sampleProgress) } in recordSeekableAnimation()156 recordFrame(frameId) in recordSeekableAnimation()
46 timeSeries.frameIds.zip(screenshots) { frameId, bitmap -> in <lambda>() method47 MotionScreenshot(frameId, bitmap) in <lambda>()
75 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()
87 first.frameId is TimestampFrameId && in <lambda>()88 second.frameId is TimestampFrameId in <lambda>()90 second.frameId.milliseconds - first.frameId.milliseconds in <lambda>()
98 data class MotionScreenshot(val frameId: FrameId, val bitmap: Bitmap) constant in platform.test.motion.filmstrip.MotionScreenshot108 val labels = screenshots.map { it.frameId.label } in <lambda>()
209 fun recordFrame(frameId: FrameId) { in recordMotion()210 Log.i(TAG, "recordFrame($frameId)") in recordMotion()211 frameIdCollector.add(frameId) in recordMotion()