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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
shortcut_utils.h 47 kind = Dictionary::KIND_SHORTCUT;
dictionary.h 45 static const int KIND_SHORTCUT = 7; // A shortcut
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SuggestedWords.java 180 public static final int KIND_SHORTCUT = 7; // A shortcut
Suggest.java 293 || SuggestedWordInfo.KIND_SHORTCUT == suggestionsSet.first().mKind) {
ExpandableDictionary.java 378 finalFreq, SuggestedWordInfo.KIND_SHORTCUT, this /* sourceDict */,
    [all...]

Completed in 81 milliseconds