Searched refs:removeRedundantMoreKeys (Results 1 – 4 of 4) sorted by relevance
139 public void removeRedundantMoreKeys() { in removeRedundantMoreKeys() method in KeyboardParams151 final Key filteredKey = Key.removeRedundantMoreKeys(key, lettersOnBaseLayout); in removeRedundantMoreKeys()
151 public static MoreKeySpec[] removeRedundantMoreKeys(@Nullable final MoreKeySpec[] moreKeys, in removeRedundantMoreKeys() method in MoreKeySpec
868 mParams.removeRedundantMoreKeys(); in endKeyboard()
445 public static Key removeRedundantMoreKeys(@Nonnull final Key key, in removeRedundantMoreKeys() method in Key448 final MoreKeySpec[] filteredMoreKeys = MoreKeySpec.removeRedundantMoreKeys( in removeRedundantMoreKeys()