Searched refs:mDistances (Results 1 – 1 of 1) sorted by relevance
249 private final int[] mDistances = new int[MAX_NEARBY_KEYS]; field in KeyboardView897 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()