Searched refs:host (Results 1 – 6 of 6) sorted by relevance
| /compose/runtime/runtime/src/nonEmulatorCommonTest/kotlin/androidx/compose/runtime/ |
| D | PausableCompositionTests.kt | 558 private var host: View?, variable 564 get() = host == null && pausedComposition == null 590 val host = host in apply() constant 592 if (host != null && contentView != null) { in apply() 593 host.children.add(contentView) in apply() 594 this.host = null in apply() 606 val host = View().also { it.name = "PausableContentHost" } in <lambda>() constant 608 ComposeNode<View, ViewApplier>(factory = { host }, update = {}) in <lambda>() 613 val scope = PausableContentWorkflowDriver(composition, content, host, pausableContent) in <lambda>()
|
| D | MovableContentTests.kt | 1900 val host = View().also { it.name = "SubcomposeHost" } in Subcompose() constant 1901 ComposeNode<View, ViewApplier>(factory = { host }, update = {}) in Subcompose() 1903 val composition = Composition(ViewApplier(host), parent) in Subcompose() 1910 val host = View().also { it.name = "DeferredSubcompose" } in DeferredSubcompose() constant 1911 ComposeNode<View, ViewApplier>(factory = { host }, update = {}) in DeferredSubcompose() 1913 val composition = remember { Composition(ViewApplier(host), parent) } in DeferredSubcompose()
|
| /compose/material/material-ripple/src/androidMain/kotlin/androidx/compose/material/ripple/ |
| D | RippleContainer.android.kt | 116 val host = rippleHosts[nextHostIndex] in onResetRippleHostView() constant 120 val existingInstance = rippleHostMap[host] in onResetRippleHostView() 128 host.disposeRipple() in onResetRippleHostView() 130 host in onResetRippleHostView()
|
| /compose/ui/ui/src/main/java/androidx/compose/ui/platform/coreshims/ |
| D | ContentCaptureSessionCompat.java | 60 @NonNull ContentCaptureSession contentCaptureSession, @NonNull View host) { in toContentCaptureSessionCompat() argument 61 return new ContentCaptureSessionCompat(contentCaptureSession, host); in toContentCaptureSessionCompat() 86 @NonNull View host) { in ContentCaptureSessionCompat() argument 88 this.mView = host; in ContentCaptureSessionCompat()
|
| /compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/platform/ |
| D | AndroidComposeView.android.kt | 1436 host: View, in addAndroidView() 1439 super.onInitializeAccessibilityNodeInfo(host, info) in addAndroidView()
|
| D | AndroidComposeViewAccessibilityDelegateCompat.android.kt | 1855 override fun getAccessibilityNodeProvider(host: View): AccessibilityNodeProviderCompat { in getAccessibilityNodeProvider()
|