Home
last modified time | relevance | path

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

/platform_testing/libraries/motion/compose/tests/src/platform/test/motion/compose/
DMotionTestValuesTest.kt57 EnableMotionTestValueCollection { Box(Modifier.motionTestValues { 0.5f exportAs foo }) } in motionTestValueOfNode_readsValueOfAnnotatedNode()
67 Box(Modifier.motionTestValues { 0.5f exportAs foo }) in motionTestValueOfNode_multipleMatchingNodes_throws()
68 Box(Modifier.motionTestValues { 0.6f exportAs foo }) in motionTestValueOfNode_multipleMatchingNodes_throws()
86 Box(Modifier.motionTestValues { 0.5f exportAs foo }.testTag("foo")) in motionTestValueOfNode_specifySelector()
87 Box(Modifier.motionTestValues { 0.6f exportAs foo }.testTag("bar")) in motionTestValueOfNode_specifySelector()
100 content = { Box(Modifier.size(10.dp).motionTestValues { .5f exportAs foo }) }, in featureWithDataPointType_defaultMatcherAndName()
115 .5f exportAs foo in featureWithDataPointType_matchingViaTestTag()
130 content = { Box(Modifier.size(10.dp).motionTestValues { .5f exportAs foo }) }, in featureWithDataPointType_unknownNode()
144 content = { Box(Modifier.size(10.dp).motionTestValues { .5f exportAs foo }) }, in featureWithDataPointType_withCustomName()
156 content = { Box(Modifier.size(10.dp).motionTestValues { .5f exportAs foo }) }, in featureWithFeatureCapture_defaultMatcherAndName()
[all …]
DComposeToolkitTest.kt144 .motionTestValues { opacity exportAs MotionTestValues.alpha } in <lambda>()
173 .motionTestValues { opacity exportAs MotionTestValues.alpha } in <lambda>()
183 (1f - opacity) exportAs MotionTestValues.alpha in <lambda>()
252 .motionTestValues { pointerPosition exportAs pointerOffsetKey } in <lambda>()
625 Modifier.motionTestValues { exportedFrameCount exportAs frameCountKey } in <lambda>()
DComposeFeatureCapturesTest.kt92 .motionTestValues { opacity exportAs MotionTestValues.alpha } in alpha_capturesDataPoint()
/platform_testing/libraries/motion/compose/values/src/platform/test/motion/compose/values/
DMotionTestValue.kt51 infix fun <T> T.exportAs(key: MotionTestValueKey<T>) in exportAs() method
86 override fun <T> T.exportAs(key: MotionTestValueKey<T>) { in applySemantics() method
/platform_testing/libraries/motion/compose/tests/src/platform/test/motion/compose/values/
DMotionTestValueTest.kt49 Text("foo", Modifier.motionTestValues { 1f exportAs foo }) in modifier_withEnableMotionTesting_isAttached()