Searched refs:MAX_SOUNDS (Results 1 – 1 of 1) sorted by relevance
27 private static final int MAX_SOUNDS = 32; field in SoundSystem44 mSounds = new FixedSizeArray<Sound>(MAX_SOUNDS, sSoundComparator); in SoundSystem()