Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DSoundSystem.java38 private boolean mSoundEnabled; field in SoundSystem
56 mSoundEnabled = true; in reset()
84 if (mSoundEnabled) { in play()
96 if (mSoundEnabled) { in play()
168 mSoundEnabled = soundEnabled; in setSoundEnabled()
172 return mSoundEnabled; in getSoundEnabled()