Home
last modified time | relevance | path

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

/compose/material/material/src/commonMain/kotlin/androidx/compose/material/
DTextFieldImpl.kt128 ) { labelProgress, labelTextStyleColor, labelContentColor, placeholderAlphaProgress ->
143 Decoration(labelContentColor, labelTextStyle, null, it) in <lambda>()
281 labelContentColor: Color, in widthOrZero()
343 val labelContentColor by in widthOrZero() constant
350 content(labelProgress, labelTextStyleColor, labelContentColor, placeholderOpacity) in widthOrZero()
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/internal/
DTextFieldImpl.kt129 ) { labelProgress, labelTextStyleColor, labelContentColor, placeholderAlpha, prefixSuffixAlpha
148 Decoration(labelContentColor.value, labelTextStyle) { labelScope.label() } in label()
381 labelContentColor: State<Color>, in TextFieldTransitionScope()
452 val labelContentColor = in TextFieldTransitionScope() constant
462 labelContentColor, in TextFieldTransitionScope()