Home
last modified time | relevance | path

Searched defs:cursorColor (Results 1 – 6 of 6) sorted by relevance

/compose/foundation/foundation/integration-tests/foundation-demos/src/main/java/androidx/compose/foundation/demos/text2/
DDecorationBoxDemos.kt90 val cursorColor by TextFieldDefaults.outlinedTextFieldColors().cursorColor(isError = false) in OutlinedBasicTextField() constant
/compose/material/material/src/commonMain/kotlin/androidx/compose/material/
DTextFieldDefaults.kt179 @Composable fun cursorColor(isError: Boolean): State<Color> in indicatorColor() method
748 private val cursorColor: Color, constant in androidx.compose.material.DefaultTextFieldColors
879 override fun cursorColor(isError: Boolean): State<Color> { in cursorColor() method in androidx.compose.material.DefaultTextFieldColors
DExposedDropdownMenu.kt481 private val cursorColor: Color, constant in androidx.compose.material.DefaultTextFieldForExposedDropdownMenusColors
601 override fun cursorColor(isError: Boolean): State<Color> { in cursorColor() method in androidx.compose.material.DefaultTextFieldForExposedDropdownMenusColors
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/textfield/
DTextFieldCursorTest.kt91 private val cursorColor = Color.Red in <lambda>() constant in androidx.compose.foundation.textfield.TextFieldCursorTest
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DTextFieldDefaults.kt1557 val cursorColor: Color, in ContainerBox() constant in androidx.compose.material3.TextFieldColors
1899 internal fun cursorColor(isError: Boolean): Color = in ContainerBox() method in androidx.compose.material3.TextFieldColors
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/input/
DTextFieldCursorTest.kt116 private val cursorColor = Color.Red in <lambda>() constant