Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/
DExpandableController.kt69 val composeViewRoot = LocalView.current in rememberExpandableController() constant
98 composeViewRoot, in rememberExpandableController()
107 composeViewRoot, in rememberExpandableController()
125 internal val composeViewRoot: View, constant in com.android.compose.animation.ExpandableControllerImpl
173 override var transitionContainer: ViewGroup = composeViewRoot.rootView as ViewGroup in transitionController()
258 composeViewRoot.getLocationOnScreen(rootLocationOnScreen) in transitionController()
293 overlay.value = composeViewRoot.rootView.overlay as ViewGroupOverlay in activityController()
294 cujType?.let { InteractionJankMonitor.getInstance().begin(composeViewRoot, it) } in activityController()
307 override val viewRoot: ViewRootImpl? = composeViewRoot.viewRootImpl in dialogController()
347 isComposed.value && composeViewRoot.isAttachedToWindow && composeViewRoot.isShown in dialogController()
[all …]
DExpandable.kt246 controller.composeViewRoot, in Expandable()
308 composeViewRoot: View, in AnimatedContentInOverlay()
374 overlayViewGroup.setViewTreeLifecycleOwner(composeViewRoot.findViewTreeLifecycleOwner()) in AnimatedContentInOverlay()
376 composeViewRoot.findViewTreeViewModelStoreOwner() in AnimatedContentInOverlay()
380 ViewTreeSavedStateRegistryOwner.get(composeViewRoot), in AnimatedContentInOverlay()