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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java 679 mInputLogic.mSuggest.setAutoCorrectionThreshold(
682 mInputLogic.mSuggest.setPlausibilityThreshold(settingsValues.mPlausibilityThreshold);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
InputLogic.java 87 public final Suggest mSuggest;
127 mSuggest = new Suggest(dictionaryFacilitator);
    [all...]

Completed in 875 milliseconds