Home
last modified time | relevance | path

Searched defs:head (Results 1 – 4 of 4) sorted by relevance

/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/node/
DDelegatableNode.kt95 val head = layout.nodes.head in visitAncestors() constant
115 val head = layout.nodes.head in nearestAncestor() constant
DNodeCoordinator.kt124 fun head(type: NodeKind<*>): Modifier.Node? { in <lambda>() method in androidx.compose.ui.node.NodeCoordinator
448 val head = head(Nodes.Draw) in <lambda>() constant
664 val head = head(hitTestSource.entityType()) in <lambda>() constant
DNodeChain.kt40 internal var head: Modifier.Node = tail in <lambda>() variable in androidx.compose.ui.node.NodeChain
727 internal inline fun <reified T> head(type: NodeKind<T>): T? { in <lambda>() method in androidx.compose.ui.node.NodeChain
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/changelist/
DOperation.kt1154 val head = it.first() in Throwable() constant