Searched refs:LocalEnableMotionTestValueCollection (Results 1 – 2 of 2) sorted by relevance
23 internal val LocalEnableMotionTestValueCollection = staticCompositionLocalOf { false } in <lambda>() constant28 CompositionLocalProvider(LocalEnableMotionTestValueCollection provides true) { content() } in EnableMotionTestValueCollection()
83 if (currentValueOf(LocalEnableMotionTestValueCollection)) { in applySemantics()