Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DExpandableDictionary.java59 boolean mShortcutOnly; field in ExpandableDictionary.Node
225 childNode.mShortcutOnly = isShortcutOnly; in addWordRec()
237 childNode.mShortcutOnly = false; in addWordRec()
303 return (node == null) ? false : !node.mShortcutOnly;
376 if (finalFreq > 0 && !node.mShortcutOnly) {