Home
last modified time | relevance | path

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

/compose/ui/ui-tooling-data/src/androidInstrumentedTest/kotlin/androidx/compose/ui/tooling/data/
DModifierInfoTest.kt47 val backgroundModifier = Modifier.background(color = Color.Blue) in testBounds() constant
64 .then(backgroundModifier) in testBounds()
128 backgroundModifier, in testBounds()
/compose/foundation/foundation/integration-tests/foundation-demos/src/main/java/androidx/compose/foundation/demos/text/
DComposeFontPadding.kt126 val backgroundModifier = widthModifier.background(Color.LightGray) in FontPaddingColumn() constant
138 modifier = backgroundModifier, in FontPaddingColumn()
158 modifier = backgroundModifier, in FontPaddingColumn()
176 modifier = backgroundModifier, in FontPaddingColumn()
/compose/material/material/src/commonMain/kotlin/androidx/compose/material/
DTextFieldImpl.kt174 val backgroundModifier = Modifier.background(colors.backgroundColor(enabled).value, shape) constant
179 modifier = backgroundModifier,
203 modifier = backgroundModifier,
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/input/
DTextFieldCursorTest.kt146 private val backgroundModifier = Modifier.background(contentColor) in <lambda>() constant
150 private val textFieldModifier = Modifier.then(backgroundModifier).then(focusModifier) in <lambda>()
316 modifier = Modifier.then(backgroundModifier).then(focusModifier), in <lambda>()