Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DSoundSystem.java28 private static final SoundComparator sSoundComparator = new SoundComparator(); field in SoundSystem
44 mSounds = new FixedSizeArray<Sound>(MAX_SOUNDS, sSoundComparator); in SoundSystem()