Searched refs:EnableMotionTestValueCollection (Results 1 – 5 of 5) sorted by relevance
27 fun EnableMotionTestValueCollection(content: @Composable () -> Unit) { in EnableMotionTestValueCollection() method
33 import platform.test.motion.compose.values.EnableMotionTestValueCollection57 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()
36 import platform.test.motion.compose.values.EnableMotionTestValueCollection88 EnableMotionTestValueCollection { in alpha_capturesDataPoint()
48 EnableMotionTestValueCollection { in modifier_withEnableMotionTesting_isAttached()
59 import platform.test.motion.compose.values.EnableMotionTestValueCollection in <lambda>()220 setContent { EnableMotionTestValueCollection { content(playbackStarted) } } in recordMotion()