Home
last modified time | relevance | path

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

/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/semantics/
DSemanticsRegion.kt22 internal interface SemanticsRegion { interface
34 internal expect fun SemanticsRegion(): SemanticsRegion method
/compose/ui/ui/src/commonStubsMain/kotlin/androidx/compose/ui/semantics/
DSemanticsRegion.commonStubs.kt22 internal actual fun SemanticsRegion(): SemanticsRegion = implementedInJetBrainsFork() method
/compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/semantics/
DSemanticsRegion.android.kt47 internal actual fun SemanticsRegion(): SemanticsRegion = SemanticRegionImpl() method