Home
last modified time | relevance | path

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

/compose/material/material/src/commonMain/kotlin/androidx/compose/material/
DTextFieldImpl.kt293 transitionSpec = { tween(durationMillis = AnimationDuration) } in widthOrZero()
334 transitionSpec = { tween(durationMillis = AnimationDuration) }, in widthOrZero()
345 transitionSpec = { tween(durationMillis = AnimationDuration) }, in widthOrZero()
375 internal const val AnimationDuration = 150 constant
DTextFieldDefaults.kt839 animateColorAsState(targetValue, tween(durationMillis = AnimationDuration)) in indicatorColor()
954 animateDpAsState(targetThickness, tween(durationMillis = AnimationDuration)) in animateBorderStrokeAsState()
DExposedDropdownMenu.kt561 animateColorAsState(targetValue, tween(durationMillis = AnimationDuration)) in indicatorColor()
/compose/material/material/src/androidInstrumentedTest/kotlin/androidx/compose/material/textfield/
DTextFieldScreenshotTest.kt27 import androidx.compose.material.AnimationDuration
164 rule.mainClock.advanceTimeBy(AnimationDuration.toLong()) in textField_error_focused()
DOutlinedTextFieldScreenshotTest.kt27 import androidx.compose.material.AnimationDuration in <lambda>()
166 rule.mainClock.advanceTimeBy(AnimationDuration.toLong()) in <lambda>()