Home
last modified time | relevance | path

Searched defs:SemanticsMatcher (Results 1 – 2 of 2) sorted by relevance

/compose/ui/ui-test/src/commonMain/kotlin/androidx/compose/ui/test/
DSemanticsMatcher.kt26 class SemanticsMatcher(val description: String, private val matcher: (SemanticsNode) -> Boolean) { class
DActions.kt797 private fun SemanticsMatcher.findMatchInHierarchy(node: SemanticsNode): SemanticsNode? { in findMatchInHierarchy() method