Home
last modified time | relevance | path

Searched defs:delegate (Results 1 – 22 of 22) sorted by relevance

/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/layout/
DMeasureAndLayoutDelegateTest.kt106 val delegate = createDelegate(root) in <lambda>() constant
116 val delegate = createDelegate(root) in <lambda>() constant
131 val delegate = createDelegate(root) in <lambda>() constant
143 val delegate = createDelegate(root) in <lambda>() constant
158 val delegate = createDelegate(root) in <lambda>() constant
176 val delegate = createDelegate(root) in <lambda>() constant
191 val delegate = createDelegate(root) in <lambda>() constant
204 val delegate = createDelegate(root) in <lambda>() constant
219 val delegate = createDelegate(root) in <lambda>() constant
231 val delegate = createDelegate(root) in <lambda>() constant
[all …]
DPlacedChildTest.kt73 val delegate = createDelegate(root) in <lambda>() constant
314 val delegate = createDelegate(root) in <lambda>() constant
352 val delegate = createDelegate(root) in <lambda>() constant
DHelpers.kt82 val delegate = MeasureAndLayoutDelegate(root) constant
93 val delegate: MeasureAndLayoutDelegate, constant in androidx.compose.ui.layout.FakeOwner
DLookaheadScopeTest.kt212 val delegate = createDelegate(root) in <lambda>() constant
778 val delegate = createDelegate(root) in <lambda>() constant
1577 val delegate = createDelegate(root) in <lambda>() constant
1639 val delegate = createDelegate(root) in <lambda>() constant
2522 val delegate = createDelegate(root) in <lambda>() constant
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/
DValidatingOffsetMapping.kt35 val delegate = filter(text) in <lambda>() constant
82 private val delegate: OffsetMapping, constant in androidx.compose.foundation.text.ValidatingOffsetMapping
/compose/ui/ui-test/src/commonMain/kotlin/androidx/compose/ui/test/
DApplyingContinuationInterceptor.kt39 internal class ApplyingContinuationInterceptor(private val delegate: ContinuationInterceptor) : constant in androidx.compose.ui.test.ApplyingContinuationInterceptor
DUncaughtExceptionHandler.kt44 internal class UncaughtExceptionHandler(private val delegate: CoroutineExceptionHandler? = null) : constant in androidx.compose.ui.test.UncaughtExceptionHandler
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/node/
DDelegatingNode.kt47 internal var delegate: Modifier.Node? = null variable in androidx.compose.ui.node.DelegatingNode
77 protected fun <T : DelegatableNode> delegate(delegatableNode: T): T { in delegate() method in androidx.compose.ui.node.DelegatingNode
DLayoutNode.kt1319 var delegate: NodeCoordinator? = outerCoordinator in <lambda>() variable
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/text/input/
DNullableInputConnectionWrapperTest.kt39 private var delegate = mock<InputConnection>() variable
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/spatial/
DRectManager.kt251 val delegate = layoutNode.measurePassDelegate in <lambda>() constant
328 val delegate = layoutNode.measurePassDelegate in <lambda>() constant
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/
DComposition.kt1201 val delegate = synchronized(lock) { invalidationDelegate } in invalidate() constant
1228 val delegate = in getCompositionService() constant
1230 val delegate = in getCompositionService() constant
/compose/ui/ui-text/src/androidMain/kotlin/androidx/compose/ui/text/platform/
DEmojiCompatStatus.android.kt33 private var delegate: EmojiCompatStatusDelegate = DefaultImpl() variable
/compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/text/input/
DNullableInputConnectionWrapper.android.kt89 protected var delegate: InputConnection? = delegate in disposeDelegate() variable
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/contextmenu/test/
DTextContextMenuTestUtils.kt99 lateinit var delegate: TextActionModeCallback variable in SpyTextActionModeCallback
/compose/ui/ui-text/src/androidMain/kotlin/androidx/compose/ui/text/android/
DStaticLayoutFactory.android.kt44 private val delegate: StaticLayoutFactoryImpl = constant
/compose/foundation/foundation/src/androidUnitTest/kotlin/androidx/compose/foundation/text/
DTextFieldBringIntoViewTest.kt51 private val delegate: TextDelegate = mock() constant in androidx.compose.foundation.text.TextFieldBringIntoViewTest
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/layout/
DSubcomposeLayout.kt1249 val delegate = root.innerCoordinator.lookaheadDelegate in SubcomposeSlotReusePolicy() constant
1312 it.fastForEach { delegate -> delegate.markDetachedFromParentLookaheadPass() } in SubcomposeSlotReusePolicy() method
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/selection/gestures/
DLazyColumnMultiTextRegressionTest.kt432 private class TextToolbarWrapper(private val delegate: TextToolbar) : TextToolbar { constant in androidx.compose.foundation.text.selection.gestures.TextToolbarWrapper
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/input/pointer/
DPointerInputEventProcessorTest.kt2840 private val delegate = MeasureAndLayoutDelegate(root) constant in TestOwner
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/viewinterop/
DAndroidViewTest.kt282 val delegate = viewParent.getAccessibilityDelegate() in <lambda>() constant
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/
DAndroidAccessibilityTest.kt257 private lateinit var delegate: AndroidComposeViewAccessibilityDelegateCompat in <lambda>() variable
3504 val delegate = ViewCompat.getAccessibilityDelegate(viewParent) ?: throw exception in <lambda>() constant