Home
last modified time | relevance | path

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

/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/text/
DTextMeasurerHelperTest.kt107 val cacheSize = mutableStateOf(4) in whenCacheSizeChanges_TextMeasurerShouldChange() constant
/compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/
DTextMeasurer.kt87 private val cacheSize: Int = DefaultCacheSize constant in androidx.compose.ui.text.TextMeasurer