Home
last modified time | relevance | path

Searched refs:FrameId (Results 1 – 5 of 5) sorted by relevance

/platform_testing/libraries/motion/src/platform/test/motion/golden/
DTimeSeries.kt25 data class TimeSeries(val frameIds: List<FrameId>, val features: Map<String, Feature<*>>) { in <lambda>()
28 frameIds: List<FrameId>, in <lambda>()
45 sealed interface FrameId { interface
54 data class TimestampFrameId(val milliseconds: Long) : FrameId {
60 data class SupplementalFrameId(override val label: String) : FrameId
DJsonGoldenSerializer.kt67 private fun frameIdFromJson(jsonValue: Any): FrameId { in frameIdFromJson()
75 private fun frameIdToJson(frameId: FrameId) = in frameIdToJson()
/platform_testing/libraries/motion/src/platform/test/motion/view/
DViewToolkit.kt32 import platform.test.motion.golden.FrameId in <lambda>()
134 val frameIdCollector = mutableListOf<FrameId>() in recordSeekableAnimation()
138 fun recordFrame(frameId: FrameId) { in recordSeekableAnimation()
154 lateinit var frameId: FrameId in recordSeekableAnimation()
174 fun seekTo(progress: Float): FrameId in seekTo()
182 override fun seekTo(progress: Float): FrameId { in seekTo()
/platform_testing/libraries/motion/src/platform/test/motion/filmstrip/
DFilmstrip.kt28 import platform.test.motion.golden.FrameId
98 data class MotionScreenshot(val frameId: FrameId, val bitmap: Bitmap)
/platform_testing/libraries/motion/compose/src/platform/test/motion/compose/
DComposeToolkit.kt62 import platform.test.motion.golden.FrameId in <lambda>()
205 val frameIdCollector = mutableListOf<FrameId>() in recordMotion()
209 fun recordFrame(frameId: FrameId) { in recordMotion()