Searched refs:SharedElementTransformation (Results 1 – 4 of 4) sorted by relevance
37 import com.android.compose.animation.scene.transformation.SharedElementTransformation in <lambda>()291 var shared: SharedElementTransformation? = null in computeTransformations()332 is SharedElementTransformation -> { in computeTransformations()356 val shared: SharedElementTransformation?,
38 import com.android.compose.animation.scene.transformation.SharedElementTransformation211 transformations.add(SharedElementTransformation(matcher, enabled)) in sharedElement()
52 import com.android.compose.animation.scene.transformation.SharedElementTransformation in <lambda>()741 ): SharedElementTransformation? { in sharedElementTransformation()
50 internal class SharedElementTransformation( in reversed() class