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

/packages/apps/Camera/src/com/android/camera/
H A DSoundClips.java110 private final int[] mSoundRes = {0, 1, 1}; field in class:SoundClips.SoundPoolPlayer
149 if (action < 0 || action >= mSoundRes.length) {
154 int index = mSoundRes[action];
/packages/apps/Camera2/src/com/android/camera/
H A DSoundClips.java125 private final int[] mSoundRes = {0, 1, 2, 3}; field in class:SoundClips.SoundPoolPlayer
162 if (action < 0 || action >= mSoundRes.length) {
167 int index = mSoundRes[action];

Completed in 43 milliseconds