HomeSort by relevance Sort by last modified time
    Searched refs:mSubtype (Results 1 - 11 of 11) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
RichInputMethodSubtype.java 44 private final InputMethodSubtype mSubtype;
49 mSubtype = subtype;
50 mLocale = LocaleUtils.constructLocaleFromString(mSubtype.getLocale());
56 return mSubtype.getExtraValueOf(key);
61 return mSubtype.getMode();
65 return SubtypeLocaleUtils.NO_LANGUAGE.equals(mSubtype.getLocale());
93 return SubtypeLocaleUtils.getKeyboardLayoutSetDisplayName(mSubtype);
95 return SubtypeLocaleUtils.getSubtypeLocaleDisplayName(mSubtype.getLocale());
102 return SubtypeLocaleUtils.getKeyboardLayoutSetDisplayName(mSubtype);
104 return SubtypeLocaleUtils.getSubtypeLanguageDisplayName(mSubtype.getLocale())
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
CustomInputStylePreference.java 59 private InputMethodSubtype mSubtype;
85 return mSubtype == null;
89 return mSubtype;
93 mPreviousSubtype = mSubtype;
94 mSubtype = subtype;
114 return mSubtype != null && !mSubtype.equals(mPreviousSubtype);
143 final SubtypeLocaleItem localeItem = new SubtypeLocaleItem(mSubtype);
144 final KeyboardLayoutSetItem layoutItem = new KeyboardLayoutSetItem(mSubtype);
208 myState.mSubtype = mSubtype
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardId.java 64 public final RichInputMethodSubtype mSubtype;
79 mSubtype = params.mSubtype;
110 id.mSubtype,
131 && other.mSubtype.equals(mSubtype)
168 return mSubtype.getLocale();
185 mSubtype.getLocale(),
186 mSubtype.getExtraValueOf(KEYBOARD_LAYOUT_SET),
KeyboardSwitcher.java 164 || !keyboard.mId.mSubtype.equals(oldKeyboard.mId.mSubtype);
166 .getLanguageOnSpacebarFormatType(keyboard.mId.mSubtype);
KeyboardLayoutSet.java 121 RichInputMethodSubtype mSubtype;
298 mParams.mSubtype = keyboardSubtype;
370 if (mParams.mSubtype == null)
MainKeyboardView.java     [all...]
  /frameworks/base/core/java/android/net/
NetworkInfo.java 114 private int mSubtype;
137 mSubtype = subtype;
151 mSubtype = source.mSubtype;
195 return mSubtype;
204 mSubtype = subtype;
435 dest.writeInt(mSubtype);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
LayoutTestsBase.java 43 private InputMethodSubtype mSubtype;
52 mSubtype = getSubtype(mLayout.getLocale(), mLayout.getName());
53 mLogTag = SubtypeLocaleUtils.getSubtypeNameForLogging(mSubtype) + "/"
56 mKeyboardLayoutSet = createKeyboardLayoutSet(mSubtype, null /* editorInfo */,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
MainKeyboardAccessibilityDelegate.java 93 if (lastKeyboard == null || !keyboard.mId.mSubtype.equals(lastKeyboard.mId.mSubtype)) {
124 keyboard.mId.mSubtype.getRawSubtype());
  /frameworks/base/core/java/android/view/textservice/
SpellCheckerSession.java 100 private final SpellCheckerSubtype mSubtype;
135 mSubtype = subtype;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardBuilder.java 647 id.mSubtype.getKeyboardLayoutSetName());
    [all...]

Completed in 420 milliseconds