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

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

Completed in 318 milliseconds