HomeSort by relevance Sort by last modified time
    Searched refs:mSoundRes (Results 1 - 2 of 2) sorted by null

  /packages/apps/Camera/src/com/android/camera/
SoundClips.java 110 private final int[] mSoundRes = {0, 1, 1};
149 if (action < 0 || action >= mSoundRes.length) {
154 int index = mSoundRes[action];
  /packages/apps/Camera2/src/com/android/camera/
SoundClips.java 125 private final int[] mSoundRes = {0, 1, 2, 3};
162 if (action < 0 || action >= mSoundRes.length) {
167 int index = mSoundRes[action];

Completed in 58 milliseconds