Searched defs:mDealHitSound (Results 1 - 1 of 1) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DHitReactionComponent.java55 private SoundSystem.Sound mDealHitSound; field in class:HitReactionComponent
92 mDealHitSound = null;
117 if (mDealHitSound != null &&
122 sound.play(mDealHitSound, false, SoundSystem.PRIORITY_NORMAL);
331 mDealHitSound = sound;

Completed in 104 milliseconds