Home
last modified time | relevance | path

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

/platform_testing/libraries/motion/compose/values/src/platform/test/motion/compose/values/
DLocalEnableMotionTesting.kt23 internal val LocalEnableMotionTestValueCollection = staticCompositionLocalOf { false } in <lambda>() constant
29 LocalEnableMotionTestValueCollection provides true, in EnableMotionTestValueCollection()
DMotionTestValue.kt83 if (currentValueOf(LocalEnableMotionTestValueCollection)) { in applySemantics()