HomeSort by relevance Sort by last modified time
    Searched full:codesarrayid (Results 1 - 1 of 1) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardBuilder.java 411 final int codesArrayId = gridRowAttr.getResourceId(
416 if (codesArrayId == 0 && textsArrayId == 0) {
420 if (codesArrayId != 0 && textsArrayId != 0) {
425 codesArrayId != 0 ? codesArrayId : textsArrayId);
441 if (codesArrayId != 0) {
    [all...]

Completed in 110 milliseconds