Home
last modified time | relevance | path

Searched refs:COLLAPSE_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.kt62 private const val COLLAPSE_DURATION_MILLIS = 300 in <lambda>() constant
114 shrinkVertically(animationSpec = tween(durationMillis = COLLAPSE_DURATION_MILLIS)), in <lambda>()
213 val exitDuration = (COLLAPSE_DURATION_MILLIS - (totalCount - index + 1) * 10).coerceAtLeast(100) in exitTransition()
265 delayMillis = COLLAPSE_DURATION_MILLIS, in topSliderPadding()