Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
DExpectedKeyboardBuilder.java77 final ExpectedKey[] newKeys = Arrays.copyOf(keys, newLength); in replaceKeyAt() local
78 System.arraycopy(keys, columnIndex + 1, newKeys, columnIndex + replacingKeys.length, in replaceKeyAt()
81 System.arraycopy(replacingKeys, 0, newKeys, columnIndex, replacingKeys.length); in replaceKeyAt()
82 return newKeys; in replaceKeyAt()
270 final Object ... newKeys) { in replaceKeyOfLabel() argument
275 return joinKeys(newKeys); in replaceKeyOfLabel()
293 final Object ... newKeys) { in replaceKeysOfAll() argument
297 return joinKeys(newKeys); in replaceKeysOfAll()