Home
last modified time | relevance | path

Searched refs:awaitFrames (Results 1 – 3 of 3) sorted by relevance

/platform_testing/libraries/motion/compose/tests/src/platform/test/motion/compose/
DComposeToolkitTest.kt214 awaitFrames(1) in <lambda>()
273 awaitFrames(1) in <lambda>()
306 awaitFrames(1) in <lambda>()
336 awaitFrames(1) in <lambda>()
393 MotionControl { awaitFrames(5) } in <lambda>()
406 MotionControl { awaitFrames(5) } in <lambda>()
419 MotionControl { awaitFrames(1) } in <lambda>()
433 MotionControl(delayRecording = { awaitFrames(2) }) { awaitFrames(5) } in <lambda>()
448 MotionControl(delayReadyToPlay = { awaitFrames(2) }) { awaitFrames(5) } in <lambda>()
462 delayReadyToPlay = { awaitFrames(2) }, in <lambda>()
[all …]
DMotionTestValuesTest.kt222 recording = { awaitFrames(1) }, in singleFrame()
/platform_testing/libraries/motion/compose/src/platform/test/motion/compose/
DComposeToolkit.kt135 suspend fun awaitFrames(count: Int = 1) in awaitCondition() method
361 override suspend fun awaitFrames(count: Int) { in <lambda>() method