Searched refs:mSound (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DTextCandidates1LineViewManager.java108 private AudioManager mSound = null; field in class:TextCandidates1LineViewManager
526 mSound = (AudioManager)mWnn.getSystemService(Context.AUDIO_SERVICE);
528 mSound = null;
554 if (mSound != null) {
556 mSound.playSoundEffect(AudioManager.FX_KEYPRESS_STANDARD, 1.0f);
H A DDefaultSoftKeyboard.java298 protected MediaPlayer mSound = null; field in class:DefaultSoftKeyboard
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) { }
H A DTextCandidatesViewManager.java152 private AudioManager mSound = null; field in class:TextCandidatesViewManager
1200 mSound = (AudioManager)mWnn.getSystemService(Context.AUDIO_SERVICE);
1202 mSound = null;
1307 if (mSound != null) {
1309 mSound.playSoundEffect(AudioManager.FX_KEYPRESS_STANDARD, -1);

Completed in 202 milliseconds