Searched refs:MotionTestValueScope (Results 1 – 1 of 1) sorted by relevance
50 interface MotionTestValueScope { interface60 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()