Home
last modified time | relevance | path

Searched refs:isNotPlayingInIconSpec (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.kt183 animationSpec = isNotPlayingInIconSpec(), in <lambda>()
184 ) + fadeIn(animationSpec = isNotPlayingInIconSpec()) togetherWith in <lambda>()
207 private fun <T> isNotPlayingInIconSpec() = tween<T>(durationMillis = 400, delayMillis = 900) method