Home
last modified time | relevance | path

Searched refs:computeVolume (Results 1 – 1 of 1) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/
DAsyncRingtonePlayer.kt366 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