Home
last modified time | relevance | path

Searched refs:BorderId (Results 1 – 2 of 2) sorted by relevance

/compose/material/material/src/commonMain/kotlin/androidx/compose/material/
DTextFieldImpl.kt195 Modifier.layoutId(BorderId).outlineCutout(labelSize.value, contentPadding),
DOutlinedTextField.kt856 .fastFirst { it.layoutId == BorderId } in measure()
1203 internal const val BorderId = "border" constant