Searched refs:mCorrectionMode (Results 1 – 2 of 2) sorted by relevance
59 private int mCorrectionMode = CORRECTION_BASIC; field in Suggest72 return mCorrectionMode; in getCorrectionMode()76 mCorrectionMode = mode; in setCorrectionMode()183 if (mCorrectionMode == CORRECTION_FULL && mSuggestions.size() > 0) { in getSuggestions()192 if (mCorrectionMode == CORRECTION_FULL && mSuggestions.size() > 1) { in getSuggestions()201 if (mCorrectionMode == CORRECTION_BASIC) max = 1; in getSuggestions()211 if (canAdd && i + 1 < mSuggestions.size() && mCorrectionMode != CORRECTION_BASIC) { in getSuggestions()316 return (mCorrectionMode == CORRECTION_FULL && mMainDict.isValidWord(word)) in isValidWord()317 || (mCorrectionMode > CORRECTION_NONE && in isValidWord()
126 private int mCorrectionMode; field in LatinIME191 mSuggest.setCorrectionMode(mCorrectionMode); in initSuggest()344 if (mCorrectionMode == Suggest.CORRECTION_FULL) { in onStartInputView()345 mCorrectionMode = Suggest.CORRECTION_BASIC; in onStartInputView()350 mSuggest.setCorrectionMode(mCorrectionMode); in onStartInputView()352 mPredictionOn = mPredictionOn && mCorrectionMode > 0; in onStartInputView()551 if (mCorrectionMode == Suggest.CORRECTION_NONE) return; in doubleSpace()813 if (mCorrectionMode == Suggest.CORRECTION_FULL) { in updateSuggestions()1092 mCorrectionMode = autoComplete in loadSettings()1150 p.println(" mCorrectionMode=" + mCorrectionMode); in dump()