Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DSoundSystem.java36 private FixedSizeArray<Sound> mSounds; field in SoundSystem
44 mSounds = new FixedSizeArray<Sound>(MAX_SOUNDS, sSoundComparator); in SoundSystem()
55 mSounds.clear(); in reset()
72 mSounds.add(result); in load()
73 mSounds.sort(false); in load()
76 result = mSounds.get(index); in load()
164 return mSounds.find(mSearchDummy, false); in findSound()