Searched refs:textFieldShape (Results 1 – 4 of 4) sorted by relevance
| /compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/ |
| D | TextField.kt | 1430 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()
|
| D | TextFieldDefaults.kt | 255 textFieldShape = shape, in <lambda>() 288 textFieldShape: Shape? = null, in <lambda>() 298 textFieldShape = textFieldShape, in <lambda>() 728 textFieldShape = null, in <lambda>()
|
| /compose/material3/material3/api/ |
| D | restricted_current.txt | 2851 …extFieldColors? colors, optional androidx.compose.ui.graphics.Shape? textFieldShape, optional floa…
|
| D | current.txt | 2851 …extFieldColors? colors, optional androidx.compose.ui.graphics.Shape? textFieldShape, optional floa…
|