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

  /packages/apps/Camera/src/com/android/camera/
SoundClips.java 118 private final boolean[] mSoundIDReady;
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/
SoundClips.java 133 private final boolean[] mSoundIDReady;
145 mSoundIDReady = new boolean[SOUND_RES.length];
148 mSoundIDReady[i] = false;
172 } else if (!mSoundIDReady[index]) {
195 mSoundIDReady[i] = true;

Completed in 1239 milliseconds