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

  /external/replicaisland/src/com/replica/replicaisland/
PlaySingleSoundComponent.java 20 private SoundSystem.Sound mSound;
32 mSound = null;
36 mSound = sound;
41 if (mSoundHandle == -1 && mSound != null) {
43 mSoundHandle = sound.play(mSound, false, SoundSystem.PRIORITY_NORMAL);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
TextCandidates1LineViewManager.java 108 private AudioManager mSound = null;
526 mSound = (AudioManager)mWnn.getSystemService(Context.AUDIO_SERVICE);
528 mSound = null;
554 if (mSound != null) {
556 mSound.playSoundEffect(AudioManager.FX_KEYPRESS_STANDARD, 1.0f);
DefaultSoftKeyboard.java 298 protected MediaPlayer mSound = null;
755 mSound = MediaPlayer.create(mWnn, R.raw.type);
757 mSound = null;
832 if (mSound != null) {
833 try { mSound.seekTo(0); mSound.start(); } catch (Exception ex) { }
    [all...]
TextCandidatesViewManager.java 152 private AudioManager mSound = null;
    [all...]
  /frameworks/base/core/java/android/app/
Notification.java 933 private Uri mSound;
    [all...]

Completed in 126 milliseconds