Home
last modified time | relevance | path

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

/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/internal/
DTextFieldImpl.kt128 showExpandedLabel = label != null && labelPosition.showExpandedLabel,
304 private val TextFieldLabelPosition.showExpandedLabel: Boolean constant
375 showExpandedLabel: Boolean, in TextFieldTransitionScope()
397 InputPhase.UnfocusedEmpty -> if (showExpandedLabel) 0f else 1f in TextFieldTransitionScope()
422 InputPhase.UnfocusedEmpty -> if (showExpandedLabel) 0f else 1f in TextFieldTransitionScope()
434 InputPhase.UnfocusedEmpty -> if (showExpandedLabel) 0f else 1f in TextFieldTransitionScope()