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

/packages/apps/Camera/src/com/android/camera/
H A DSoundClips.java119 private int mSoundIDToPlay; field in class:SoundClips.SoundPoolPlayer
126 mSoundIDToPlay = ID_NOT_LOADED;
158 mSoundIDToPlay = mSoundIDs[index];
161 mSoundIDToPlay = mSoundIDs[index];
187 if (soundID == mSoundIDToPlay) {
188 mSoundIDToPlay = ID_NOT_LOADED;
/packages/apps/Camera2/src/com/android/camera/
H A DSoundClips.java134 private int mSoundIDToPlay; field in class:SoundClips.SoundPoolPlayer
139 mSoundIDToPlay = ID_NOT_LOADED;
171 mSoundIDToPlay = mSoundIDs[index];
174 mSoundIDToPlay = mSoundIDs[index];
200 if (soundID == mSoundIDToPlay) {
201 mSoundIDToPlay = ID_NOT_LOADED;

Completed in 10 milliseconds