Home
last modified time | relevance | path

Searched refs:Cache2 (Results 1 – 1 of 1) sorted by relevance

/compose/foundation/foundation-layout/src/commonMain/kotlin/androidx/compose/foundation/layout/
DBox.kt93 private val Cache2 = cacheFor(false) constant
100 val cache = if (propagateMinConstraints) Cache1 else Cache2 in maybeCachedBoxMeasurePolicy()