Home
last modified time | relevance | path

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

/platform_testing/libraries/motion/compose/src/platform/test/motion/compose/
DComposeToolkit.kt164 val motionControl: MotionControl, in awaitCondition() constant in platform.test.motion.compose.ComposeRecordingSpec
185 motionControl = MotionControl { awaitCondition { checkDone() } }, in awaitCondition()
225 val motionControl = in recordMotion() constant
229 recordingSpec.motionControl in recordMotion()
235 while (!motionControl.readyToPlay) { in recordMotion()
236 motionControl.nextFrame() in recordMotion()
245 while (!motionControl.recordingStarted) { in recordMotion()
246 motionControl.nextFrame() in recordMotion()
252 while (!motionControl.recordingEnded) { in recordMotion()
254 motionControl.nextFrame() in recordMotion()
[all …]
/platform_testing/libraries/motion/compose/tests/src/platform/test/motion/compose/
DComposeToolkitTest.kt384 motionControl: MotionControl, in <lambda>()
385 ) = assertThatFrameCountValuesImpl(recordBefore, recordAfter, motionControl) in <lambda>()
598 motionControl: MotionControl, in <lambda>()
628 ComposeRecordingSpec(motionControl, recordBefore, recordAfter) { in <lambda>()