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

  /packages/inputmethods/LatinIME/native/src/
dictionary.cpp 342 int finalFreq = freq * snr * addedWeight;
343 if (mSkipPos < 0) finalFreq *= mFullWordMultiplier;
344 addWord(mWord, depth + 1, finalFreq);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ExpandableDictionary.java 304 int finalFreq = freq * snr * addedAttenuation;
305 if (skipPos < 0) finalFreq *= FULL_WORD_FREQ_MULTIPLIER;
306 callback.addWord(word, 0, depth + 1, finalFreq, mDicTypeId,

Completed in 12 milliseconds