Home
last modified time | relevance | path

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

/platform_testing/libraries/motion/compose/values/src/platform/test/motion/compose/values/
DMotionTestValue.kt50 interface MotionTestValueScope { interface
60 fun Modifier.motionTestValues(values: MotionTestValueScope.() -> Unit) = in exportAs()
63 private data class MotionTestValuesElement(val values: MotionTestValueScope.() -> Unit) : in exportAs()
79 private class MotionTestValuesNode(var values: MotionTestValueScope.() -> Unit) :
85 object : MotionTestValueScope { in applySemantics()