Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/component/mediaoutput/ui/composable/
DMediaOutputComponent.kt157 animationSpec = isPlayingOutSpec(), in <lambda>()
158 ) + fadeOut(animationSpec = isPlayingOutSpec()) in <lambda>()
185 fadeOut(animationSpec = isPlayingOutSpec()) in <lambda>()
199 private fun <T> isPlayingOutSpec() = tween<T>(durationMillis = 400, delayMillis = 500) method