Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/
H A DExpandableController.kt85 val boundsInComposeViewRoot = remember { mutableStateOf(Rect.Zero) } regex
112 boundsInComposeViewRoot,
130 internal val boundsInComposeViewRoot: MutableState<Rect>,
199 val boundsInRoot = boundsInComposeViewRoot.value
251 val boundsInRoot = boundsInComposeViewRoot.value
H A DExpandable.kt240 controller.boundsInComposeViewRoot.value.size,
258 controller.boundsInComposeViewRoot.value = it.boundsInRoot()
290 controller.boundsInComposeViewRoot.value = it.boundsInRoot()