Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyboardParams.java139 public void removeRedundantMoreKeys() { in removeRedundantMoreKeys() method in KeyboardParams
151 final Key filteredKey = Key.removeRedundantMoreKeys(key, lettersOnBaseLayout); in removeRedundantMoreKeys()
DMoreKeySpec.java151 public static MoreKeySpec[] removeRedundantMoreKeys(@Nullable final MoreKeySpec[] moreKeys, in removeRedundantMoreKeys() method in MoreKeySpec
DKeyboardBuilder.java868 mParams.removeRedundantMoreKeys(); in endKeyboard()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKey.java445 public static Key removeRedundantMoreKeys(@Nonnull final Key key, in removeRedundantMoreKeys() method in Key
448 final MoreKeySpec[] filteredMoreKeys = MoreKeySpec.removeRedundantMoreKeys( in removeRedundantMoreKeys()