Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/
DExpandableController.kt207 val boundsInRoot = boundsInComposeViewRoot.value in transitionController() constant
210 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() constant
260 val x = rootLocationOnScreen[0] + boundsInRoot.left in transitionController()
261 val y = rootLocationOnScreen[1] + boundsInRoot.top in transitionController()
DExpandable.kt66 import androidx.compose.ui.layout.boundsInRoot in <lambda>()
258 controller.boundsInComposeViewRoot.value = it.boundsInRoot() in Expandable()
290 controller.boundsInComposeViewRoot.value = it.boundsInRoot() in Expandable()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/component/popup/ui/composable/
DVolumePanelPopup.kt36 import androidx.compose.ui.layout.boundsInRoot
139 val bottomCenter: Float = coordinates.boundsInRoot().bottomCenter.x in calculateGravity()
/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/
DSceneTransitionLayoutTest.kt468 val bounds = node.boundsInRoot in SemanticsNodeInteraction()
469 val otherBounds = other.fetchSemanticsNode().boundsInRoot in SemanticsNodeInteraction()