Searched refs:mCountdownSoundPlayer (Results 1 – 1 of 1) sorted by relevance
240 private SoundPlayer mCountdownSoundPlayer; field in PhotoModule408 mCountdownSoundPlayer = new SoundPlayer(mAppController.getAndroidContext()); in init()1422 mCountdownSoundPlayer.play(R.raw.timer_final_second, 0.6f); in onRemainingSecondsChanged()1424 mCountdownSoundPlayer.play(R.raw.timer_increment, 0.6f); in onRemainingSecondsChanged()1442 mCountdownSoundPlayer.loadSound(R.raw.timer_final_second); in resume()1443 mCountdownSoundPlayer.loadSound(R.raw.timer_increment); in resume()1556 mCountdownSoundPlayer.unloadSound(R.raw.timer_final_second); in pause()1557 mCountdownSoundPlayer.unloadSound(R.raw.timer_increment); in pause()1590 mCountdownSoundPlayer.release(); in destroy()