Searched defs:has (Results 1 – 3 of 3) sorted by relevance
129 fun has(start: Int, end: Int, predicate: ((T) -> Boolean)? = null) { in has() method
734 internal fun has(type: NodeKind<*>): Boolean = aggregateChildKindSet and type.mask != 0 in <lambda>() method in androidx.compose.ui.node.NodeChain736 internal fun has(mask: Int): Boolean = aggregateChildKindSet and mask != 0 in <lambda>() method in androidx.compose.ui.node.NodeChain
319 internal fun DelegatableNode.has(type: NodeKind<*>): Boolean = in has() method