Home
last modified time | relevance | path

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

/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DTextField.kt1441 focusedIndicatorWidth = focusedIndicatorLineThickness, in create()
1453 focusedIndicatorWidth = focusedIndicatorLineThickness, in update()
1477 private var focusedIndicatorWidth: Dp, variable
1508 if (focused && this.enabled) this.focusedIndicatorWidth
1519 focusedIndicatorWidth: Dp, in update()
1550 if (this.focusedIndicatorWidth != focusedIndicatorWidth) { in update()
1551 this.focusedIndicatorWidth = focusedIndicatorWidth in update()
1613 if (focused && enabled) focusedIndicatorWidth else unfocusedIndicatorWidth, in invalidateIndicator()