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