Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/
DExpandableController.kt171 private val rootLocationOnScreen = intArrayOf(0, 0) in transitionController() constant
246 val rootLocation = rootLocationOnScreen() in transitionController()
257 private fun rootLocationOnScreen(): Offset { in transitionController() method
258 composeViewRoot.getLocationOnScreen(rootLocationOnScreen) in transitionController()
260 val x = rootLocationOnScreen[0] + boundsInRoot.left in transitionController()
261 val y = rootLocationOnScreen[1] + boundsInRoot.top in transitionController()