Home
last modified time | relevance | path

Searched refs:isNotPlayingOutIconSpec (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.kt179 ) + fadeOut(animationSpec = isNotPlayingOutIconSpec()) in <lambda>()
205 private fun <T> isNotPlayingOutIconSpec() = tween<T>(durationMillis = 400, delayMillis = 300) method