Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
DSystemSoundsPlayer.java73 private final float mVolumeAttenuation; field in SystemSoundsPlayer
82 mVolumeAttenuation = (float) Math.pow(10, attenuationDb / 20); in SystemSoundsPlayer()
186 soundPool.play(soundId, mVolumeAttenuation, mVolumeAttenuation, /* priority= */ in handleMessage()