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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SuggestedWords.java 195 public final Dictionary mSourceDict;
220 mSourceDict = sourceDict;
306 info.mSourceDict, SuggestedWordInfo.NOT_AN_INDEX,
Suggest.java 326 wordInfo.mSourceDict.mDictType);
375 LatinImeLogger.onAddSuggestedWord(wordInfo.mWord, wordInfo.mSourceDict.mDictType);
481 wordInfo.mSourceDict, wordInfo.mIndexOfTouchPointOfSecondWord,

Completed in 36 milliseconds