Home
last modified time | relevance | path

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

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