HomeSort by relevance Sort by last modified time
    Searched refs:moreKeySpecs (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
ExpectedKey.java 279 final MoreKeySpec[] moreKeySpecs = key.getMoreKeys();
282 if (moreKeySpecs == null || moreKeySpecs.length != moreKeys.length) {
285 for (int index = 0; index < moreKeySpecs.length; index++) {
286 if (!moreKeys[index].equalsTo(moreKeySpecs[index])) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
MoreKeySpec.java 257 public static String[] insertAdditionalMoreKeys(@Nullable final String[] moreKeySpecs,
259 final String[] moreKeys = filterOutEmptyString(moreKeySpecs);

Completed in 1133 milliseconds