Searched refs:composeView (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/EasterEgg/src/com/android/egg/landroid/ |
D | DreamUniverse.kt | 93 val composeView = ComposeView(this) in onAttachedToWindow() constant 94 composeView.setContent { in onAttachedToWindow() 100 composeView.setViewTreeLifecycleOwner(lifecycleOwner) in onAttachedToWindow() 101 composeView.setViewTreeSavedStateRegistryOwner(lifecycleOwner) in onAttachedToWindow() 103 setContentView(composeView) in onAttachedToWindow()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
D | KeyguardViewConfigurator.kt | 140 val composeView = in start() constant 146 composeView.id = View.generateViewId() in start() 149 cs.connect(composeView.id, START, PARENT_ID, START) in start() 150 cs.connect(composeView.id, END, PARENT_ID, END) in start() 151 cs.connect(composeView.id, TOP, PARENT_ID, TOP) in start() 152 cs.connect(composeView.id, BOTTOM, PARENT_ID, BOTTOM) in start() 153 keyguardRootView.addView(composeView) in start()
|
/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/ |
D | Expandable.kt | 346 val composeView = in AnimatedContentInOverlay() constant 383 composeView.setParentCompositionContext(compositionContext) in AnimatedContentInOverlay() 385 composeView in AnimatedContentInOverlay()
|