Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DLaunchProjectileComponent.java51 private SoundSystem.Sound mShootSound; field in LaunchProjectileComponent
83 mShootSound = null; in reset()
179 if (mShootSound != null) { in launch()
182 sound.play(mShootSound, false, SoundSystem.PRIORITY_NORMAL); in launch()
260 mShootSound = shoot; in setShootSound()