Home
last modified time | relevance | path

Searched defs:suggest (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
Ddictionary.cpp54 const auto &suggest = suggestOptions->isGesture() ? mGestureSuggest : mTypingSuggest; in getSuggestions() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java973 final Suggest suggest = mInputLogic.mSuggest; in onStartInputViewInternal() local