Searched refs:sourceFrom (Results 1 – 2 of 2) sorted by relevance
38 val sourceFrom: SceneKey?, constant in com.android.compose.animation.scene.transition.link.TransitionLink46 (sourceFrom != null && sourceFrom == sourceTo) ||53 return (sourceFrom == null || sourceFrom == transition.fromScene) && in isMatchingLink()
152 sourceFrom: SceneKey? = SceneA, in <lambda>()162 listOf(StateLink.TransitionLink(sourceFrom, sourceTo, targetFrom, targetTo)) in <lambda>()