Home
last modified time | relevance | path

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

/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/semantics/
DSemanticsConfiguration.kt32 private var mapWrapper: Map<SemanticsPropertyKey<*>, Any?>? = null in <lambda>() variable in androidx.compose.ui.semantics.SemanticsConfiguration
60 val mapWrapper = mapWrapper ?: props.asMap().apply { mapWrapper = this } in <lambda>() constant