Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DOpenWnnJAJP.java347 private boolean mEnableSpellCorrection = true; field in OpenWnnJAJP
1499 mEnableSpellCorrection = pref.getBoolean("opt_spell_correction_en", false); in processHardwareKeyboardSpaceKey()
1501 mEnableSpellCorrection = pref.getBoolean("opt_spell_correction_en", true); in processHardwareKeyboardSpaceKey()
2118 mEnableSpellCorrection = pref.getBoolean("opt_spell_correction_en", false); in changeEngineMode()
2120 mEnableSpellCorrection = pref.getBoolean("opt_spell_correction_en", true); in changeEngineMode()
2287 if (mEnableSpellCorrection) { in updateEngineState()
2663 mEnableSpellCorrection = preference.getBoolean("opt_spell_correction_en", false); in fitInputType()
2665 mEnableSpellCorrection = preference.getBoolean("opt_spell_correction_en", true); in fitInputType()