Home
last modified time | relevance | path

Searched refs:SharedElementTransformation (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DSceneTransitions.kt37 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?,
DTransitionDslImpl.kt38 import com.android.compose.animation.scene.transformation.SharedElementTransformation
211 transformations.add(SharedElementTransformation(matcher, enabled)) in sharedElement()
DElement.kt52 import com.android.compose.animation.scene.transformation.SharedElementTransformation in <lambda>()
741 ): SharedElementTransformation? { in sharedElementTransformation()
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/transformation/
DTransformation.kt50 internal class SharedElementTransformation( in reversed() class