Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/component/volume/ui/composable/
DColumnVolumeSliders.kt60 private const val EXPAND_DURATION_MILLIS = 500 in <lambda>() constant
112 expandVertically(animationSpec = tween(durationMillis = EXPAND_DURATION_MILLIS)), in <lambda>()
197 val enterDuration = (EXPAND_DURATION_MILLIS - enterDelay).coerceAtLeast(100) in enterTransition()
246 delayMillis = EXPAND_DURATION_MILLIS, in expandButtonExitTransition()
253 delayMillis = EXPAND_DURATION_MILLIS, in expandButtonExitTransition()
270 delayMillis = EXPAND_DURATION_MILLIS, in topSliderPadding()