Home
last modified time | relevance | path

Searched refs:mTypingSuggest (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
Ddictionary.cpp43 mTypingSuggest(new Suggest(TypingSuggestPolicyFactory::getTypingSuggestPolicy())) { in Dictionary()
54 const auto &suggest = suggestOptions->isGesture() ? mGestureSuggest : mTypingSuggest; in getSuggestions()
Ddictionary.h145 const SuggestInterfacePtr mTypingSuggest; variable