Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DAnimationComponent.java67 private int mRocketSoundStream; field in AnimationComponent
99 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()