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

  /packages/apps/Camera/src/com/android/camera/
SoundClips.java 119 private int mSoundIDToPlay;
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/
SoundClips.java 134 private int mSoundIDToPlay;
139 mSoundIDToPlay = ID_NOT_LOADED;
171 mSoundIDToPlay = mSoundIDs[index];
174 mSoundIDToPlay = mSoundIDs[index];
200 if (soundID == mSoundIDToPlay) {
201 mSoundIDToPlay = ID_NOT_LOADED;

Completed in 81 milliseconds