Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DSceneTransitions.kt278 private val cache = mutableMapOf<ElementKey, MutableMap<SceneKey, ElementTransformations>>()
280 internal fun transformations(element: ElementKey, scene: SceneKey): ElementTransformations { in transformations()
290 ): ElementTransformations { in computeTransformations()
340 return ElementTransformations(shared, offset, size, drawScale, alpha) in computeTransformations()
355 internal class ElementTransformations( class
DElement.kt1024 transformation: (ElementTransformations) -> PropertyTransformation<T>?, in computeValue()