Home | History | Annotate | Download | only in input

Lines Matching refs:subtype

1379                                 " for subtype " + imeHandle + " and device " + identifier +
1384 Slog.d(TAG, "Layout for current subtype changed, switching layout");
1463 @Nullable InputMethodInfo inputMethodInfo, @Nullable InputMethodSubtype subtype) {
1466 + " ime=" + inputMethodInfo + " subtype=" + subtype);
1472 if (subtype != null && !"keyboard".equals(subtype.getMode())) {
1473 Slog.d(TAG, "InputMethodSubtype changed to non-keyboard subtype, ignoring change");
1476 InputMethodSubtypeHandle handle = new InputMethodSubtypeHandle(inputMethodInfo, subtype);
2099 final InputMethodSubtype subtype = (InputMethodSubtype) args.arg2;
2101 handleSwitchInputMethodSubtype(userId, inputMethodInfo, subtype);
2260 pw.println(" Sets a keyboard layout for a given IME subtype and input device pair");
2283 @Nullable InputMethodInfo inputMethodInfo, @Nullable InputMethodSubtype subtype) {
2286 someArgs.arg2 = subtype;