Home
last modified time | relevance | path

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

/platform_testing/libraries/motion/compose/values/src/platform/test/motion/compose/values/
DLocalEnableMotionTesting.kt27 fun EnableMotionTestValueCollection(content: @Composable () -> Unit) { in EnableMotionTestValueCollection() method
/platform_testing/libraries/motion/compose/tests/src/platform/test/motion/compose/
DMotionTestValuesTest.kt33 import platform.test.motion.compose.values.EnableMotionTestValueCollection
57 EnableMotionTestValueCollection { Box(Modifier.motionTestValues { 0.5f exportAs foo }) } in motionTestValueOfNode_readsValueOfAnnotatedNode()
66 EnableMotionTestValueCollection { in motionTestValueOfNode_multipleMatchingNodes_throws()
76 composeRule.setContent { EnableMotionTestValueCollection { Box(Modifier.testTag("foo")) } } in motionTestValueOfNode_valueNotExported_throws()
85 EnableMotionTestValueCollection { in motionTestValueOfNode_specifySelector()
DComposeFeatureCapturesTest.kt36 import platform.test.motion.compose.values.EnableMotionTestValueCollection
88 EnableMotionTestValueCollection { in alpha_capturesDataPoint()
/platform_testing/libraries/motion/compose/tests/src/platform/test/motion/compose/values/
DMotionTestValueTest.kt48 EnableMotionTestValueCollection { in modifier_withEnableMotionTesting_isAttached()
/platform_testing/libraries/motion/compose/src/platform/test/motion/compose/
DComposeToolkit.kt59 import platform.test.motion.compose.values.EnableMotionTestValueCollection in <lambda>()
220 setContent { EnableMotionTestValueCollection { content(playbackStarted) } } in recordMotion()