Searched refs:boundsInComposeViewRoot (Results 1 – 2 of 2) sorted by relevance
86 val boundsInComposeViewRoot = remember { mutableStateOf(Rect.Zero) } in rememberExpandableController() constant113 boundsInComposeViewRoot, in rememberExpandableController()131 internal val boundsInComposeViewRoot: MutableState<Rect>, constant in com.android.compose.animation.ExpandableControllerImpl207 val boundsInRoot = boundsInComposeViewRoot.value in transitionController()259 val boundsInRoot = boundsInComposeViewRoot.value in transitionController()
240 controller.boundsInComposeViewRoot.value.size, in Expandable()258 controller.boundsInComposeViewRoot.value = it.boundsInRoot() in Expandable()290 controller.boundsInComposeViewRoot.value = it.boundsInRoot() in Expandable()