Searched refs:shortcutList (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
H A DBinaryDictInputOutput.java341 private static int getShortcutListSize(final ArrayList<WeightedString> shortcutList) { argument
342 if (null == shortcutList) return 0;
344 for (final WeightedString shortcut : shortcutList) {

Completed in 54 milliseconds