Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DKeyboardView.java819 final int nCodes = key.codes.length; in getKeyIndices() local
829 System.arraycopy(mDistances, j, mDistances, j + nCodes, in getKeyIndices()
830 mDistances.length - j - nCodes); in getKeyIndices()
831 System.arraycopy(allKeys, j, allKeys, j + nCodes, in getKeyIndices()
832 allKeys.length - j - nCodes); in getKeyIndices()
833 for (int c = 0; c < nCodes; c++) { in getKeyIndices()