Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/
DExpandableController.kt86 val boundsInComposeViewRoot = remember { mutableStateOf(Rect.Zero) } in rememberExpandableController() constant
113 boundsInComposeViewRoot, in rememberExpandableController()
131 internal val boundsInComposeViewRoot: MutableState<Rect>, constant in com.android.compose.animation.ExpandableControllerImpl
207 val boundsInRoot = boundsInComposeViewRoot.value in transitionController()
259 val boundsInRoot = boundsInComposeViewRoot.value in transitionController()
DExpandable.kt240 controller.boundsInComposeViewRoot.value.size, in Expandable()
258 controller.boundsInComposeViewRoot.value = it.boundsInRoot() in Expandable()
290 controller.boundsInComposeViewRoot.value = it.boundsInRoot() in Expandable()