Lines Matching defs:subtype

36     void doTestActionKeys(final InputMethodSubtype subtype, final String tag,
42 tag + " unspecified", subtype, EditorInfo.IME_ACTION_UNSPECIFIED, unspecifiedKey);
43 doTestActionKey(tag + " none", subtype, EditorInfo.IME_ACTION_NONE, noneKey);
44 doTestActionKey(tag + " go", subtype, EditorInfo.IME_ACTION_GO, goKey);
45 doTestActionKey(tag + " search", subtype, EditorInfo.IME_ACTION_SEARCH, searchKey);
46 doTestActionKey(tag + " send", subtype, EditorInfo.IME_ACTION_SEND, sendKey);
47 doTestActionKey(tag + " next", subtype, EditorInfo.IME_ACTION_NEXT, nextKey);
48 doTestActionKey(tag + " done", subtype, EditorInfo.IME_ACTION_DONE, doneKey);
49 doTestActionKey(tag + " previous", subtype, EditorInfo.IME_ACTION_PREVIOUS, previousKey);
55 private void doTestActionKeysInLocaleWithStringResources(final InputMethodSubtype subtype,
77 + " " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype);
81 doTestActionKeys(subtype, tag, enterKey, enterKey, goKey, searchKey, sendKey,
93 // An action label should be displayed in subtype's locale regardless of the system locale.
111 private void doTestActionKeysInLocaleWithKeyboardTextsSet(final InputMethodSubtype subtype,
134 final String tag = "label=" + subtype.getLocale() + " system=" + systemLocale
135 + " " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype);
139 doTestActionKeys(subtype, tag, enterKey, enterKey, goKey, searchKey, sendKey,
152 // This is a preliminary subtype and may not exist.
156 // An action label should be displayed in subtype's locale regardless of the system locale.
169 // This is a preliminary subtype and may not exist.
173 // An action label should be displayed in subtype's locale regardless of the system locale.