Home
last modified time | relevance | path

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

/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DTextField.kt1430 val textFieldShape: Shape?, constant in androidx.compose.material3.IndicatorLineElement
1440 textFieldShape = textFieldShape, in create()
1452 textFieldShape = textFieldShape, in update()
1464 properties["textFieldShape"] = textFieldShape in inspectableProperties()
1476 textFieldShape: Shape?,
1493 private var _shape: Shape? = textFieldShape
1518 textFieldShape: Shape?, in update()
1545 if (this._shape != textFieldShape) { in update()
1546 this._shape = textFieldShape in update()
DTextFieldDefaults.kt255 textFieldShape = shape, in <lambda>()
288 textFieldShape: Shape? = null, in <lambda>()
298 textFieldShape = textFieldShape, in <lambda>()
728 textFieldShape = null, in <lambda>()
/compose/material3/material3/api/
Drestricted_current.txt2851 …extFieldColors? colors, optional androidx.compose.ui.graphics.Shape? textFieldShape, optional floa…
Dcurrent.txt2851 …extFieldColors? colors, optional androidx.compose.ui.graphics.Shape? textFieldShape, optional floa…