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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeySpecParser.java 312 final int moreKeysCount = moreKeys.length;
316 for (int moreKeyIndex = 0; moreKeyIndex < moreKeysCount; moreKeyIndex++) {
349 for (int i = 0; i < moreKeysCount; i++) {
360 out = arrayAsList(moreKeys, 0, moreKeysCount);
365 if (out == null && moreKeysCount > 0) {

Completed in 74 milliseconds