Home
last modified time | relevance | path

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

/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java913 final int nCodes = key.codes.length; in getKeyIndices() local
924 System.arraycopy(mDistances, j, mDistances, j + nCodes, in getKeyIndices()
925 mDistances.length - j - nCodes); in getKeyIndices()
926 System.arraycopy(allKeys, j, allKeys, j + nCodes, in getKeyIndices()
927 allKeys.length - j - nCodes); in getKeyIndices()
928 for (int c = 0; c < nCodes; c++) { in getKeyIndices()