Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/
DExpandableController.kt246 val rootLocation = rootLocationOnScreen() in transitionController() constant
248 top = rootLocation.y.roundToInt(), in transitionController()
249 bottom = (rootLocation.y + boundsInRoot.height).roundToInt(), in transitionController()
250 left = rootLocation.x.roundToInt(), in transitionController()
251 right = (rootLocation.x + boundsInRoot.width).roundToInt(), in transitionController()