Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DMatrixUtils.java131 final int m1w = m1[0].length; in multiply() local
132 if (retval.length != m0h || retval[0].length != m1w) { in multiply()
139 for (int j = 0; j < m1w; j++) { in multiply()