Home
last modified time | relevance | path

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

/compose/material/material/src/commonMain/kotlin/androidx/compose/material/
DSecureTextField.kt127 val mergedTextStyle = textStyle.merge(TextStyle(color = textColor)) in <lambda>() constant
140 textStyle = mergedTextStyle, in <lambda>()
249 val mergedTextStyle = textStyle.merge(TextStyle(color = textColor)) in OutlinedSecureTextField() constant
274 textStyle = mergedTextStyle, in OutlinedSecureTextField()
DTextField.kt203 val mergedTextStyle = textStyle.merge(TextStyle(color = textColor)) in <lambda>() constant
217 textStyle = mergedTextStyle, in <lambda>()
350 val mergedTextStyle = textStyle.merge(TextStyle(color = textColor)) in TextField() constant
365 textStyle = mergedTextStyle, in TextField()
540 val mergedTextStyle = textStyle.merge(TextStyle(color = textColor)) in TextField() constant
555 textStyle = mergedTextStyle, in TextField()
DOutlinedTextField.kt184 val mergedTextStyle = textStyle.merge(TextStyle(color = textColor)) in <lambda>() constant
210 textStyle = mergedTextStyle, in <lambda>()
345 val mergedTextStyle = textStyle.merge(TextStyle(color = textColor)) in OutlinedTextField() constant
372 textStyle = mergedTextStyle, in OutlinedTextField()
552 val mergedTextStyle = textStyle.merge(TextStyle(color = textColor)) in OutlinedTextField() constant
579 textStyle = mergedTextStyle, in OutlinedTextField()
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DSecureTextField.kt165 val mergedTextStyle = textStyle.merge(TextStyle(color = textColor)) constant
178 textStyle = mergedTextStyle, in <lambda>()
325 val mergedTextStyle = textStyle.merge(TextStyle(color = textColor)) in OutlinedSecureTextField() constant
349 textStyle = mergedTextStyle, in OutlinedSecureTextField()
DOutlinedTextField.kt238 val mergedTextStyle = textStyle.merge(TextStyle(color = textColor)) in <lambda>() constant
263 textStyle = mergedTextStyle, in <lambda>()
403 val mergedTextStyle = textStyle.merge(TextStyle(color = textColor)) in OutlinedTextField() constant
429 textStyle = mergedTextStyle, in OutlinedTextField()
570 val mergedTextStyle = textStyle.merge(TextStyle(color = textColor)) in OutlinedTextField() constant
596 textStyle = mergedTextStyle, in OutlinedTextField()
DTextField.kt297 val mergedTextStyle = textStyle.merge(TextStyle(color = textColor)) constant
311 textStyle = mergedTextStyle, in <lambda>()
452 val mergedTextStyle = textStyle.merge(TextStyle(color = textColor)) in TextField() constant
467 textStyle = mergedTextStyle, in TextField()
602 val mergedTextStyle = textStyle.merge(TextStyle(color = textColor)) in TextField() constant
617 textStyle = mergedTextStyle, in TextField()
DSearchBar.kt1342 val mergedTextStyle = textStyle.merge(TextStyle(color = textColor)) in colors() constant
1377 textStyle = mergedTextStyle, in colors()
1538 val mergedTextStyle = textStyle.merge(TextStyle(color = textColor)) in InputField() constant
1560 textStyle = mergedTextStyle, in InputField()