Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java798 final int nCodes = key.codes.length; in getKeyIndices() local
809 System.arraycopy(mDistances, j, mDistances, j + nCodes, in getKeyIndices()
810 mDistances.length - j - nCodes); in getKeyIndices()
811 System.arraycopy(allKeys, j, allKeys, j + nCodes, in getKeyIndices()
812 allKeys.length - j - nCodes); in getKeyIndices()
813 for (int c = 0; c < nCodes; c++) { in getKeyIndices()