| /compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/ |
| D | Text.kt | 112 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
|
| D | SecureTextField.kt | 160 val textColor = constant 320 val textColor = in OutlinedSecureTextField() constant
|
| D | OutlinedTextField.kt | 233 val textColor = in <lambda>() constant 398 val textColor = in OutlinedTextField() constant 565 val textColor = in OutlinedTextField() constant
|
| D | TextField.kt | 292 val textColor = constant 447 val textColor = in TextField() constant 597 val textColor = in TextField() constant
|
| D | Menu.kt | 278 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
|
| D | NavigationRail.kt | 239 val textColor by in NavigationRailItem() constant 500 internal fun textColor(selected: Boolean, enabled: Boolean): Color = in colors() method in androidx.compose.material3.NavigationRailItemColors
|
| D | NavigationBar.kt | 231 val textColor by in RowScope() constant 493 internal fun textColor(selected: Boolean, enabled: Boolean): Color = in colors() method in androidx.compose.material3.NavigationBarItemColors
|
| D | NavigationItem.kt | 164 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
|
| D | SearchBar.kt | 1338 val textColor = in colors() constant 1534 val textColor = in InputField() constant 1669 val textColor = in InputField() constant
|
| D | NavigationDrawer.kt | 1136 @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/ |
| D | SecureTextField.kt | 126 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
|
| D | TextField.kt | 202 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
|
| D | OutlinedTextField.kt | 183 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
|
| D | TextFieldDefaults.kt | 64 @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
|
| D | ExposedDropdownMenu.kt | 479 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/ |
| D | BasicTextIntrinsicWidthWrappingRegressionTest.kt | 65 private val textColor = Color.Black constant
|
| /compose/material3/material3/src/androidInstrumentedTest/kotlin/androidx/compose/material3/ |
| D | TextTest.kt | 87 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/ |
| D | ComposeTextContextMenu.kt | 139 val textColor = LocalContentColor.current.toArgb() in <lambda>() constant
|
| /compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/ |
| D | TextFieldDelegate.kt | 149 val textColor = in draw() constant
|
| /compose/material/material/integration-tests/material-demos/src/main/java/androidx/compose/material/demos/ |
| D | DynamicThemeActivity.kt | 131 val textColor = lerp(Color.White, Color(0xFF303030), index / 19f) in Card() constant
|
| /compose/material/material/src/androidInstrumentedTest/kotlin/androidx/compose/material/ |
| D | TextTest.kt | 85 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/ |
| D | TextFieldCoreModifier.kt | 498 val textColor = textLayoutResult.layoutInput.style.color.takeOrElse { Color.Black } in DrawScope() constant
|
| /compose/runtime/runtime/src/nonEmulatorCommonTest/kotlin/androidx/compose/runtime/ |
| D | GroupSizeValidationTests.kt | 338 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/ |
| D | OffsetKeyframeSplinePlaygroundDemo.kt | 185 val textColor = MaterialTheme.colors.onSurface in DrawContent() constant
|
| /compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/contextmenu/ |
| D | ContextMenuUi.android.kt | 345 val textColor: Color, constant in androidx.compose.foundation.contextmenu.ContextMenuColors
|