Home
last modified time | relevance | path

Searched refs:SupportingId (Results 1 – 3 of 3) sorted by relevance

/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DOutlinedTextField.kt57 import androidx.compose.material3.internal.SupportingId in <lambda>()
785 Modifier.layoutId(SupportingId) in <lambda>()
881 val supportingMeasurable = measurables.fastFirstOrNull { it.layoutId == SupportingId } in measure()
1151 .fastFirstOrNull { it.layoutId == SupportingId } in intrinsicHeight()
DTextField.kt66 import androidx.compose.material3.internal.SupportingId in <lambda>()
798 Modifier.layoutId(SupportingId) in <lambda>()
882 val supportingMeasurable = measurables.fastFirstOrNull { it.layoutId == SupportingId } in measure()
1169 .fastFirstOrNull { it.layoutId == SupportingId } in intrinsicHeight()
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/internal/
DTextFieldImpl.kt518 internal const val SupportingId = "Supporting" constant