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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardLayoutSet.java61 * {@link KeyboardLayoutSet} are related to each other.
62 * A {@link KeyboardLayoutSet} needs to be created for each
65 public final class KeyboardLayoutSet { class
66 private static final String TAG = KeyboardLayoutSet.class.getSimpleName();
69 private static final String TAG_KEYBOARD_SET = "KeyboardLayoutSet";
133 // Sparse array of KeyboardLayoutSet element parameters indexed by element's id.
162 KeyboardLayoutSet(final Context context, @Nonnull final Params params) { method in class:KeyboardLayoutSet
380 public KeyboardLayoutSet build() {
382 throw new RuntimeException("KeyboardLayoutSet subtype is not specified");
390 return new KeyboardLayoutSet(mContex
[all...]

Completed in 186 milliseconds