Searched refs:KIND_RESUMED (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
H A Ddictionary.h54 // KIND_RESUMED: A resumed suggestion (comes from a span, currently this type is used only
56 static const int KIND_RESUMED = 9; member in class:latinime::Dictionary
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DSuggestedWords.java254 // KIND_RESUMED: A resumed suggestion (comes from a span, currently this type is used only
256 public static final int KIND_RESUMED = 9; field in class:SuggestedWords.SuggestedWordInfo
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
H A DInputLogic.java1581 SuggestedWordInfo.KIND_RESUMED, Dictionary.DICTIONARY_RESUMED,

Completed in 60 milliseconds