Searched refs:textFieldBackground (Results 1 – 3 of 3) sorted by relevance
43 import androidx.compose.material3.internal.textFieldBackground in <lambda>()249 .textFieldBackground(containerColor::value, shape) in <lambda>()1077 .textFieldBackground(containerColor::value, shape) in Container()
95 import androidx.compose.material3.internal.textFieldBackground in <lambda>()1416 Box(Modifier.textFieldBackground(containerColor::value, shape)) in colors()1599 Box(Modifier.textFieldBackground(containerColor::value, shape)) in InputField()1732 Modifier.textFieldBackground(containerColor::value, inputFieldShape) in InputField()
344 internal fun Modifier.textFieldBackground( in textFieldBackground() method