Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DLauncherComponent.java37 private Sound mLaunchSound; field in LauncherComponent
58 mLaunchSound = null; in reset()
113 if (mLaunchSound != null) { in fire()
116 sound.play(mLaunchSound, false, SoundSystem.PRIORITY_NORMAL); in fire()
152 mLaunchSound = sound; in setLaunchSound()