Searched refs:mExplosionSound (Results 1 - 1 of 1) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DAnimationComponent.java65 private Sound mExplosionSound; field in class:AnimationComponent
102 mExplosionSound = null;
283 if (mExplosionSound != null) {
284 sound.play(mExplosionSound, false, SoundSystem.PRIORITY_NORMAL);
384 mExplosionSound = sound;

Completed in 343 milliseconds