Home
last modified time | relevance | path

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

/constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/
DMeasurer.kt86 protected val frameCache = mutableMapOf<String, WidgetFrame>() in <lambda>() constant
DConstraintLayout.kt1623 protected val frameCache = mutableMapOf<Measurable, WidgetFrame>() in setLayoutInformation() constant