Searched refs:AnimationDuration (Results 1 – 5 of 5) sorted by relevance
293 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
839 animateColorAsState(targetValue, tween(durationMillis = AnimationDuration)) in indicatorColor()954 animateDpAsState(targetThickness, tween(durationMillis = AnimationDuration)) in animateBorderStrokeAsState()
561 animateColorAsState(targetValue, tween(durationMillis = AnimationDuration)) in indicatorColor()
27 import androidx.compose.material.AnimationDuration164 rule.mainClock.advanceTimeBy(AnimationDuration.toLong()) in textField_error_focused()
27 import androidx.compose.material.AnimationDuration in <lambda>()166 rule.mainClock.advanceTimeBy(AnimationDuration.toLong()) in <lambda>()