Searched refs:exportAs (Results 1 – 5 of 5) sorted by relevance
57 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 …]
144 .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>()
92 .motionTestValues { opacity exportAs MotionTestValues.alpha } in alpha_capturesDataPoint()
51 infix fun <T> T.exportAs(key: MotionTestValueKey<T>) in exportAs() method86 override fun <T> T.exportAs(key: MotionTestValueKey<T>) { in applySemantics() method
49 Text("foo", Modifier.motionTestValues { 1f exportAs foo }) in modifier_withEnableMotionTesting_isAttached()