Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DSceneTransitionLayoutImpl.kt286 val fromSize = layoutImpl.scene(transition.fromScene).targetSize in approachMeasure() constant
292 if (fromSize == toSize) { in approachMeasure()
293 width = fromSize.width in approachMeasure()
294 height = fromSize.height in approachMeasure()
304 val size = lerp(fromSize, toSize, progress) in approachMeasure()