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

  /packages/apps/Camera/src/com/android/camera/ui/
CountDownView.java 46 private int mBeepOnce;
55 mBeepOnce = mSoundPool.load(context, R.raw.beep_once, 1);
87 mSoundPool.play(mBeepOnce, 1.0f, 1.0f, 0, 0, 1.0f);
  /packages/apps/Gallery2/src/com/android/camera/ui/
CountDownView.java 46 private int mBeepOnce;
55 mBeepOnce = mSoundPool.load(context, R.raw.beep_once, 1);
87 mSoundPool.play(mBeepOnce, 1.0f, 1.0f, 0, 0, 1.0f);

Completed in 48 milliseconds