Home | History | Annotate | Download | only in keyboard

Lines Matching defs:KeyboardLayoutSet

57  * {@link KeyboardLayoutSet} are related to each other.
58 * A {@link KeyboardLayoutSet} needs to be created for each
61 public final class KeyboardLayoutSet {
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) {
297 public KeyboardLayoutSet build() {
299 throw new RuntimeException("KeyboardLayoutSet subtype is not specified");
311 return new KeyboardLayoutSet(mContext, mParams);