Searched refs:holeCoords (Results 1 – 1 of 1) sorted by relevance
151 node.holeCoords = coords in create()157 var holeCoords: () -> LayoutCoordinates?, variable in com.android.compose.animation.scene.PunchHoleWithBoundsNode170 return holeCoords()?.size?.toSize() ?: Size.Zero in holeSize()174 val holeCoords = holeCoords() ?: return Offset.Zero in holeOffset() constant176 return lastCoords.localPositionOf(holeCoords, relativeToSource = Offset.Zero) in holeOffset()