Home
last modified time | relevance | path

Searched refs:isPlayingInIconSpec (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.kt178 animationSpec = isPlayingInIconSpec(), in <lambda>()
201 private fun <T> isPlayingInIconSpec() = tween<T>(durationMillis = 400, delayMillis = 300) method