Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DDoorAnimationComponent.java44 private Sound mCloseSound; field in DoorAnimationComponent
60 mCloseSound = null; in reset()
125 if (mCloseSound != null) { in close()
128 sound.play(mCloseSound, false, SoundSystem.PRIORITY_NORMAL); in close()
197 mCloseSound = closeSound; in setSounds()