Home
last modified time | relevance | path

Searched refs:isPlayingInIconBackgroundSpec (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.kt150 animationSpec = isPlayingInIconBackgroundSpec(), in <lambda>()
151 ) + fadeIn(animationSpec = isPlayingInIconBackgroundSpec()) togetherWith in <lambda>()
203 private fun <T> isPlayingInIconBackgroundSpec() = tween<T>(durationMillis = 400, delayMillis = 700) method