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

/packages/apps/Camera/src/com/android/camera/
H A DSoundClips.java118 private final boolean[] mSoundIDReady; field in class:SoundClips.SoundPoolPlayer
132 mSoundIDReady = new boolean[SOUND_RES.length];
135 mSoundIDReady[i] = false;
159 } else if (!mSoundIDReady[index]) {
182 mSoundIDReady[i] = true;
/packages/apps/Camera2/src/com/android/camera/
H A DSoundClips.java133 private final boolean[] mSoundIDReady; field in class:SoundClips.SoundPoolPlayer
145 mSoundIDReady = new boolean[SOUND_RES.length];
148 mSoundIDReady[i] = false;
172 } else if (!mSoundIDReady[index]) {
195 mSoundIDReady[i] = true;

Completed in 112 milliseconds