HomeSort by relevance Sort by last modified time
    Searched refs:CORRECTION_FULL (Results 1 - 4 of 4) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
AutoCorrection.java 107 && (correctionMode == Suggest.CORRECTION_FULL
114 if (wordComposer.size() > 1 && (correctionMode == Suggest.CORRECTION_FULL
Suggest.java 46 public static final int CORRECTION_FULL = 2;
LatinIME.java     [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
SuggestHelper.java 54 mSuggest.setCorrectionMode(Suggest.CORRECTION_FULL);

Completed in 234 milliseconds