OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:KIND_RESUMED
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
dictionary.h
47
//
KIND_RESUMED
: A resumed suggestion (comes from a span, currently this type is used only
49
static const int
KIND_RESUMED
= 9;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SuggestedWords.java
182
//
KIND_RESUMED
: A resumed suggestion (comes from a span, currently this type is used only
184
public static final int
KIND_RESUMED
= 9;
Completed in 606 milliseconds