Home
last modified time | relevance | path

Searched defs:updateNode (Results 1 – 12 of 12) sorted by relevance

/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/content/
DReceiveContent.kt101 fun updateNode(receiveContentListener: ReceiveContentListener) { in updateNode() method in androidx.compose.foundation.content.ReceiveContentNode
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/input/internal/
DTextFieldTextLayoutModifier.kt136 fun updateNode( in updateNode() method
DTextFieldCoreModifier.kt201 fun updateNode( in updateNode() method in androidx.compose.foundation.text.input.internal.TextFieldCoreModifierNode
DTextFieldDecoratorModifier.kt412 fun updateNode( in updateNode() method in androidx.compose.foundation.text.input.internal.TextFieldDecoratorModifierNode
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/changelist/
DFixupList.kt82 fun <V, T> updateNode(value: V, block: T.(V) -> Unit) { in updateNode() method in androidx.compose.runtime.changelist.FixupList
DComposerChangeListWriter.kt302 fun <T, V> updateNode(value: V, block: T.(V) -> Unit) { in updateNode() method in androidx.compose.runtime.changelist.ComposerChangeListWriter
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/input/nestedscroll/
DNestedScrollNode.kt164 internal fun updateNode( in updateNode() method
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/node/
DNodeChain.kt629 private fun updateNode(prev: Modifier.Element, next: Modifier.Element, node: Modifier.Node) { in <lambda>() method in androidx.compose.ui.node.NodeChain
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DFloatingActionButton.kt1239 fun updateNode( in updateNode() method
DFloatingToolbar.kt1025 fun updateNode( in updateNode() method
DTimePicker.kt1578 fun updateNode( in updateNode() method
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/
DSlotTable.kt1605 fun updateNode(value: Any?) = updateNodeOfGroup(currentGroup, value) in updateNode() method
1608 fun updateNode(anchor: Anchor, value: Any?) = updateNodeOfGroup(anchor.toIndexFor(this), value) in updateNode() method