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

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

Completed in 45 milliseconds