Home
last modified time | relevance | path

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

/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DTextFieldDefaults.kt626 return defaultTextFieldColorsCached?.let { cachedColors -> in <lambda>() method
627 if (cachedColors.textSelectionColors == localTextSelectionColors) { in <lambda>()
628 cachedColors in <lambda>()
630 cachedColors.copy(textSelectionColors = localTextSelectionColors).also { in <lambda>()
1366 return defaultOutlinedTextFieldColorsCached?.let { cachedColors -> in contentPadding() method
1368 if (cachedColors.textSelectionColors == localTextSelectionColors) { in contentPadding()
1369 cachedColors in contentPadding()
1371 cachedColors.copy(textSelectionColors = localTextSelectionColors).also { in contentPadding()