Home
last modified time | relevance | path

Searched defs:textColor (Results 1 – 25 of 27) sorted by relevance

12

/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DText.kt112 val textColor = color.takeOrElse { style.color.takeOrElse { LocalContentColor.current } } in Text() constant
256 val textColor = color.takeOrElse { style.color.takeOrElse { LocalContentColor.current } } in <lambda>() constant
DSecureTextField.kt160 val textColor = constant
320 val textColor = in OutlinedSecureTextField() constant
DOutlinedTextField.kt233 val textColor = in <lambda>() constant
398 val textColor = in OutlinedTextField() constant
565 val textColor = in OutlinedTextField() constant
DTextField.kt292 val textColor = constant
447 val textColor = in TextField() constant
597 val textColor = in TextField() constant
DMenu.kt278 val textColor: Color, constant in androidx.compose.material3.MenuItemColors
313 internal fun textColor(enabled: Boolean): Color = if (enabled) textColor else disabledTextColor in textColor() method in androidx.compose.material3.MenuItemColors
DNavigationRail.kt239 val textColor by in NavigationRailItem() constant
500 internal fun textColor(selected: Boolean, enabled: Boolean): Color = in colors() method in androidx.compose.material3.NavigationRailItemColors
DNavigationBar.kt231 val textColor by in RowScope() constant
493 internal fun textColor(selected: Boolean, enabled: Boolean): Color = in colors() method in androidx.compose.material3.NavigationBarItemColors
DNavigationItem.kt164 fun textColor(selected: Boolean, enabled: Boolean): Color { in textColor() method in androidx.compose.material3.NavigationItemColors
1092 val textColor = colors.textColor(selected = selected, enabled = enabled) in StyledLabel() constant
DSearchBar.kt1338 val textColor = in colors() constant
1534 val textColor = in InputField() constant
1669 val textColor = in InputField() constant
DNavigationDrawer.kt1136 @Composable fun textColor(selected: Boolean): State<Color> in iconColor() method
1246 override fun textColor(selected: Boolean): State<Color> { in textColor() method in DefaultDrawerItemsColor
/compose/material/material/src/commonMain/kotlin/androidx/compose/material/
DSecureTextField.kt126 val textColor = textStyle.color.takeOrElse { colors.textColor(enabled).value } in <lambda>() constant
248 val textColor = textStyle.color.takeOrElse { colors.textColor(enabled).value } in OutlinedSecureTextField() constant
DTextField.kt202 val textColor = textStyle.color.takeOrElse { colors.textColor(enabled).value } in <lambda>() constant
349 val textColor = textStyle.color.takeOrElse { colors.textColor(enabled).value } in TextField() constant
539 val textColor = textStyle.color.takeOrElse { colors.textColor(enabled).value } in TextField() constant
DOutlinedTextField.kt183 val textColor = textStyle.color.takeOrElse { colors.textColor(enabled).value } in <lambda>() constant
344 val textColor = textStyle.color.takeOrElse { colors.textColor(enabled).value } in OutlinedTextField() constant
551 val textColor = textStyle.color.takeOrElse { colors.textColor(enabled).value } in OutlinedTextField() constant
DTextFieldDefaults.kt64 @Composable fun textColor(enabled: Boolean): State<Color> in textColor() method
746 private val textColor: Color, constant in androidx.compose.material.DefaultTextFieldColors
874 override fun textColor(enabled: Boolean): State<Color> { in textColor() method in androidx.compose.material.DefaultTextFieldColors
DExposedDropdownMenu.kt479 private val textColor: Color, constant in androidx.compose.material.DefaultTextFieldForExposedDropdownMenusColors
596 override fun textColor(enabled: Boolean): State<Color> { in textColor() method in androidx.compose.material.DefaultTextFieldForExposedDropdownMenusColors
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/
DBasicTextIntrinsicWidthWrappingRegressionTest.kt65 private val textColor = Color.Black constant
/compose/material3/material3/src/androidInstrumentedTest/kotlin/androidx/compose/material3/
DTextTest.kt87 var textColor: Color? = null in inheritsThemeTextStyle() variable
120 var textColor: Color? = null in settingCustomTextStyle() variable
162 var textColor: Color? = null in settingParametersExplicitly() variable
208 var textColor: Color? = null in settingColorAndTextStyle() variable
/compose/foundation/foundation/integration-tests/foundation-demos/src/main/java/androidx/compose/foundation/demos/contextmenu/
DComposeTextContextMenu.kt139 val textColor = LocalContentColor.current.toArgb() in <lambda>() constant
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/
DTextFieldDelegate.kt149 val textColor = in draw() constant
/compose/material/material/integration-tests/material-demos/src/main/java/androidx/compose/material/demos/
DDynamicThemeActivity.kt131 val textColor = lerp(Color.White, Color(0xFF303030), index / 19f) in Card() constant
/compose/material/material/src/androidInstrumentedTest/kotlin/androidx/compose/material/
DTextTest.kt85 var textColor: Color? = null in inheritsThemeTextStyle() variable
137 var textColor: Color? = null in settingCustomTextStyle() variable
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/input/internal/
DTextFieldCoreModifier.kt498 val textColor = textLayoutResult.layoutInput.style.color.takeOrElse { Color.Black } in DrawScope() constant
/compose/runtime/runtime/src/nonEmulatorCommonTest/kotlin/androidx/compose/runtime/
DGroupSizeValidationTests.kt338 val textColor = color.takeOrElse { style.color.takeOrElse { localColor.copy(localAlpha) } } in <lambda>() constant
/compose/animation/animation/integration-tests/animation-demos/src/main/java/androidx/compose/animation/demos/suspendfun/
DOffsetKeyframeSplinePlaygroundDemo.kt185 val textColor = MaterialTheme.colors.onSurface in DrawContent() constant
/compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/contextmenu/
DContextMenuUi.android.kt345 val textColor: Color, constant in androidx.compose.foundation.contextmenu.ContextMenuColors

12