OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 213 milliseconds