Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java796 final int nCodes = key.codes.length; in getKeyIndices() local
807 System.arraycopy(mDistances, j, mDistances, j + nCodes, in getKeyIndices()
808 mDistances.length - j - nCodes); in getKeyIndices()
809 System.arraycopy(allKeys, j, allKeys, j + nCodes, in getKeyIndices()
810 allKeys.length - j - nCodes); in getKeyIndices()
811 for (int c = 0; c < nCodes; c++) { in getKeyIndices()
/aosp12/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
H A 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()