Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DDefaultSoftKeyboard.java298 protected MediaPlayer mSound = null; field in DefaultSoftKeyboard
755 mSound = MediaPlayer.create(mWnn, R.raw.type); in setPreferences()
757 mSound = null; in setPreferences()
832 if (mSound != null) { in playSoundAndVibration()
833 try { mSound.seekTo(0); mSound.start(); } catch (Exception ex) { } in playSoundAndVibration()
DTextCandidates1LineViewManager.java108 private AudioManager mSound = null; field in TextCandidates1LineViewManager
526 mSound = (AudioManager)mWnn.getSystemService(Context.AUDIO_SERVICE); in setPreferences()
528 mSound = null; in setPreferences()
554 if (mSound != null) { in playSoundAndVibration()
556 mSound.playSoundEffect(AudioManager.FX_KEYPRESS_STANDARD, 1.0f); in playSoundAndVibration()
DTextCandidatesViewManager.java152 private AudioManager mSound = null; field in TextCandidatesViewManager
1200 mSound = (AudioManager)mWnn.getSystemService(Context.AUDIO_SERVICE); in setPreferences()
1202 mSound = null; in setPreferences()
1307 if (mSound != null) { in playSoundAndVibration()
1309 mSound.playSoundEffect(AudioManager.FX_KEYPRESS_STANDARD, -1); in playSoundAndVibration()