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

/packages/inputmethods/LatinIME/tools/dicttool/tests/com/android/inputmethod/latin/makedict/
H A DBinaryDictInputOutputTest.java51 final ArrayList<Node> result = BinaryDictInputOutput.flattenTree(dict.mRoot);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
H A DBinaryDictInputOutput.java466 /* package for tests */ static ArrayList<Node> flattenTree(final Node root) { method in class:BinaryDictInputOutput
1148 // Leave the choice of the optimal node order to the flattenTree function.
1150 ArrayList<Node> flatNodes = flattenTree(dict.mRoot);

Completed in 293 milliseconds