Searched refs:boundsInRoot (Results 1 – 4 of 4) sorted by relevance
207 val boundsInRoot = boundsInComposeViewRoot.value in transitionController() constant210 Size(boundsInRoot.width, boundsInRoot.height), in transitionController()249 bottom = (rootLocation.y + boundsInRoot.height).roundToInt(), in transitionController()251 right = (rootLocation.x + boundsInRoot.width).roundToInt(), in transitionController()259 val boundsInRoot = boundsInComposeViewRoot.value in transitionController() constant260 val x = rootLocationOnScreen[0] + boundsInRoot.left in transitionController()261 val y = rootLocationOnScreen[1] + boundsInRoot.top in transitionController()
66 import androidx.compose.ui.layout.boundsInRoot in <lambda>()258 controller.boundsInComposeViewRoot.value = it.boundsInRoot() in Expandable()290 controller.boundsInComposeViewRoot.value = it.boundsInRoot() in Expandable()
36 import androidx.compose.ui.layout.boundsInRoot139 val bottomCenter: Float = coordinates.boundsInRoot().bottomCenter.x in calculateGravity()
468 val bounds = node.boundsInRoot in SemanticsNodeInteraction()469 val otherBounds = other.fetchSemanticsNode().boundsInRoot in SemanticsNodeInteraction()