Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
H A DDvorak.java99 builder.replaceKeysOfAll(SHIFT_KEY, SHIFTED_SHIFT_KEY); in getLayout()
H A DLayoutBase.java158 builder.replaceKeysOfAll(SHIFT_KEY, SHIFTED_SHIFT_KEY); in getLayout()
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
H A DExpectedKeyboardBuilder.java292 public ExpectedKeyboardBuilder replaceKeysOfAll(final ExpectedKey key, in replaceKeysOfAll() method in ExpectedKeyboardBuilder