HomeSort by relevance Sort by last modified time
    Searched full:mshortcutonly (Results 1 - 1 of 1) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ExpandableDictionary.java 54 boolean mShortcutOnly;
207 childNode.mShortcutOnly = isShortcutOnly;
219 childNode.mShortcutOnly = false;
283 // If node.mShortcutOnly is true, then it exists as a shortcut but not as a word,
285 // If node.mShortcutOnly is false, then it exists as a word (it may also exist as
287 return (node == null) ? false : !node.mShortcutOnly;
362 if (finalFreq > 0 && !node.mShortcutOnly) {
    [all...]

Completed in 74 milliseconds