Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DElement.kt287 val transition = elementTransition(layoutImpl, element, transitions) in approachMeasure()
390 val transition = elementTransition(layoutImpl, element, currentTransitions) in Placeable()
424 val transition = elementTransition(layoutImpl, element, currentTransitions) in draw()
466 private fun elementTransition( in elementTransition() method