Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DKeyboardView.java230 private int[] mDistances = new int[MAX_NEARBY_KEYS]; field in KeyboardView
804 java.util.Arrays.fill(mDistances, Integer.MAX_VALUE); in getKeyIndices()
827 for (int j = 0; j < mDistances.length; j++) { in getKeyIndices()
828 if (mDistances[j] > dist) { in getKeyIndices()
829 System.arraycopy(mDistances, j, mDistances, j + nCodes, in getKeyIndices()
830 mDistances.length - j - nCodes); in getKeyIndices()
835 mDistances[j + c] = dist; in getKeyIndices()