Home
last modified time | relevance | path

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

/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java249 private final int[] mDistances = new int[MAX_NEARBY_KEYS]; field in KeyboardView
897 Arrays.fill(mDistances, Integer.MAX_VALUE); in getKeyIndices()
921 for (int j = 0; j < mDistances.length; j++) { in getKeyIndices()
922 if (mDistances[j] > dist) { in getKeyIndices()
924 System.arraycopy(mDistances, j, mDistances, j + nCodes, in getKeyIndices()
925 mDistances.length - j - nCodes); in getKeyIndices()
930 mDistances[j + c] = dist; in getKeyIndices()