OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KIND_RESUMED
(Results
1 - 3
of
3
) 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;
LatinIME.java
[
all
...]
Completed in 24 milliseconds