Home
last modified time | relevance | path

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

/packages/apps/Camera/src/com/android/camera/
DSoundClips.java118 private final boolean[] mSoundIDReady; field in SoundClips.SoundPoolPlayer
132 mSoundIDReady = new boolean[SOUND_RES.length]; in SoundPoolPlayer()
135 mSoundIDReady[i] = false; in SoundPoolPlayer()
159 } else if (!mSoundIDReady[index]) { in play()
182 mSoundIDReady[i] = true; in onLoadComplete()
/packages/apps/Camera2/src/com/android/camera/
DSoundClips.java131 private final boolean[] mSoundIDReady; field in SoundClips.SoundPoolPlayer
143 mSoundIDReady = new boolean[SOUND_RES.length]; in SoundPoolPlayer()
146 mSoundIDReady[i] = false; in SoundPoolPlayer()
170 } else if (!mSoundIDReady[index]) { in play()
193 mSoundIDReady[i] = true; in onLoadComplete()