Searched refs:computeVolume (Results 1 – 1 of 1) sorted by relevance
366 val volume = computeVolume(currentTime, mCrescendoStopTime, mCrescendoDuration) in <lambda>()571 val volume = computeVolume(currentTime, mCrescendoStopTime, mCrescendoDuration) in <lambda>()620 private fun computeVolume(currentTime: Long, stopTime: Long, duration: Long): Float { in <lambda>() method