Searched refs:mRocketSoundStream (Results 1 – 1 of 1) sorted by relevance
67 private int mRocketSoundStream; field in AnimationComponent99 mRocketSoundStream = -1; in reset()157 if (mRocketSoundStream == -1) { in update()158 mRocketSoundStream = sound.play(mRocketSound, true, SoundSystem.PRIORITY_HIGH); in update()161 sound.resume(mRocketSoundStream); in update()165 sound.pause(mRocketSoundStream); in update()