Home
last modified time | relevance | path

Searched refs:exitDuration (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.kt213 val exitDuration = (COLLAPSE_DURATION_MILLIS - (totalCount - index + 1) * 10).coerceAtLeast(100) in exitTransition() constant
216 animationSpec = tween(durationMillis = exitDuration), in exitTransition()
220 animationSpec = tween(durationMillis = exitDuration), in exitTransition()
223 fadeOut(animationSpec = tween(durationMillis = exitDuration)) in exitTransition()