Home
last modified time | relevance | path

Searched defs:has (Results 1 – 3 of 3) sorted by relevance

/compose/ui/ui-text/src/androidInstrumentedTest/kotlin/androidx/compose/ui/text/matchers/
DCharSequenceSubject.kt129 fun has(start: Int, end: Int, predicate: ((T) -> Boolean)? = null) { in has() method
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/node/
DNodeChain.kt734 internal fun has(type: NodeKind<*>): Boolean = aggregateChildKindSet and type.mask != 0 in <lambda>() method in androidx.compose.ui.node.NodeChain
736 internal fun has(mask: Int): Boolean = aggregateChildKindSet and mask != 0 in <lambda>() method in androidx.compose.ui.node.NodeChain
DDelegatableNode.kt319 internal fun DelegatableNode.has(type: NodeKind<*>): Boolean = in has() method