Searched refs:fromSize (Results 1 – 1 of 1) sorted by relevance
286 val fromSize = layoutImpl.scene(transition.fromScene).targetSize in approachMeasure() constant292 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()