Searched refs:isPlayingInIconBackgroundSpec (Results 1 – 1 of 1) sorted by relevance
150 animationSpec = isPlayingInIconBackgroundSpec(), in <lambda>()151 ) + fadeIn(animationSpec = isPlayingInIconBackgroundSpec()) togetherWith in <lambda>()203 private fun <T> isPlayingInIconBackgroundSpec() = tween<T>(durationMillis = 400, delayMillis = 700) method