Home
last modified time | relevance | path

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

/platform_testing/libraries/motion/src/platform/test/motion/view/
DViewToolkit.kt138 fun recordFrame(frameId: FrameId) { in recordSeekableAnimation() method
150 recordFrame(SupplementalFrameId("before")) in recordSeekableAnimation()
156 recordFrame(frameId) in recordSeekableAnimation()
161 recordFrame(SupplementalFrameId("after")) in recordSeekableAnimation()
/platform_testing/libraries/motion/compose/src/platform/test/motion/compose/
DComposeToolkit.kt209 fun recordFrame(frameId: FrameId) { in recordMotion() method
240 recordFrame(SupplementalFrameId("before")) in recordMotion()
253 recordFrame(TimestampFrameId(mainClock.currentTime - startFrameTime)) in recordMotion()
263 recordFrame(SupplementalFrameId("after")) in recordMotion()