Home | History | Annotate | Download | only in keyboard

Lines Matching defs:KeyboardLayoutSet

60  * {@link KeyboardLayoutSet} are related to each other.
61 * A {@link KeyboardLayoutSet} needs to be created for each
64 public final class KeyboardLayoutSet {
65 private static final String TAG = KeyboardLayoutSet.class.getSimpleName();
68 private static final String TAG_KEYBOARD_SET = "KeyboardLayoutSet";
132 // Sparse array of KeyboardLayoutSet element parameters indexed by element's id.
161 KeyboardLayoutSet(final Context context, @Nonnull final Params params) {
369 public KeyboardLayoutSet build() {
371 throw new RuntimeException("KeyboardLayoutSet subtype is not specified");
379 return new KeyboardLayoutSet(mContext, mParams);