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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DDefaultSoftKeyboard.java276 protected MediaPlayer mSound = null; field in class:DefaultSoftKeyboard
676 mSound = MediaPlayer.create(mWnn, R.raw.type);
678 mSound = null;
724 if (mSound != null) {
725 try { mSound.seekTo(0); mSound.start(); } catch (Exception ex) { }
H A DTextCandidatesViewManager.java116 private MediaPlayer mSound = null; field in class:TextCandidatesViewManager
802 mSound = MediaPlayer.create(mWnn, R.raw.type);
804 mSound = null;
832 if (mSound != null) {
833 try { mSound.seekTo(0); mSound.start(); } catch (Exception ex) { }

Completed in 36 milliseconds