Searched refs:isNotPlayingInIconSpec (Results 1 – 1 of 1) sorted by relevance
183 animationSpec = isNotPlayingInIconSpec(), in <lambda>()184 ) + fadeIn(animationSpec = isNotPlayingInIconSpec()) togetherWith in <lambda>()207 private fun <T> isNotPlayingInIconSpec() = tween<T>(durationMillis = 400, delayMillis = 900) method