Home | History | Annotate | Download | only in keyboard

Lines Matching refs:subtype

152             @Nonnull final InputMethodSubtype subtype) {
153 final Integer value = sScriptIdsForSubtypes.get(subtype);
155 final int scriptId = Builder.readScriptId(resources, subtype);
156 sScriptIdsForSubtypes.put(subtype, scriptId);
297 public Builder setSubtype(@Nonnull final RichInputMethodSubtype subtype) {
298 final boolean asciiCapable = InputMethodSubtypeCompatUtils.isAsciiCapable(subtype);
308 : subtype;
340 // Super redux version of reading the script ID for some subtype from Xml.
341 static int readScriptId(final Resources resources, final InputMethodSubtype subtype) {
343 + SubtypeLocaleUtils.getKeyboardLayoutSetName(subtype);
382 throw new RuntimeException("KeyboardLayoutSet subtype is not specified");