Searched defs:MoreKeySpec (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DMoreKeySpec.java36 * The more key specification object. The more keys are an array of {@link MoreKeySpec}.
43 * Note that the '\' is also parsed by XML parser and {@link MoreKeySpec#splitKeySpecs(String)}
47 public final class MoreKeySpec { class
55 public MoreKeySpec(@Nonnull final String moreKeySpec, boolean needsToUpperCase, method in class:MoreKeySpec
104 if (o instanceof MoreKeySpec) {
105 final MoreKeySpec other = (MoreKeySpec)o;
139 public boolean contains(@Nonnull final MoreKeySpec moreKey) {
151 public static MoreKeySpec[] removeRedundantMoreKeys(@Nullable final MoreKeySpec[] moreKey
[all...]

Completed in 29 milliseconds