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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardId.java 65 public final InputMethodSubtype mSubtype;
82 mSubtype = params.mSubtype;
83 mLocale = SubtypeLocaleUtils.getSubtypeLocale(mSubtype);
121 id.mSubtype
142 && other.mSubtype.equals(mSubtype);
191 mLocale, mSubtype.getExtraValueOf(KEYBOARD_LAYOUT_SET),
KeyboardLayoutSet.java 114 InputMethodSubtype mSubtype;
253 mParams.mSubtype = keyboardSubtype;
285 if (mParams.mSubtype == null)
MainKeyboardView.java     [all...]
  /frameworks/base/core/java/android/net/
NetworkInfo.java 114 private int mSubtype;
146 mSubtype = subtype;
160 mSubtype = source.mSubtype;
195 return mSubtype;
201 mSubtype = subtype;
450 dest.writeInt(mSubtype);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
AdditionalSubtypeSettings.java 173 private InputMethodSubtype mSubtype;
199 return mSubtype == null;
203 return mSubtype;
207 mPreviousSubtype = mSubtype;
208 mSubtype = subtype;
228 return mSubtype != null && !mSubtype.equals(mPreviousSubtype);
253 context, mSubtype.getLocale());
254 final KeyboardLayoutSetItem layoutItem = new KeyboardLayoutSetItem(mSubtype);
327 myState.mSubtype = mSubtype
    [all...]
  /frameworks/base/core/java/android/view/textservice/
SpellCheckerSession.java 102 private final SpellCheckerSubtype mSubtype;
138 mSubtype = subtype;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardBuilder.java 290 final Locale locale = SubtypeLocaleUtils.isNoLanguage(params.mId.mSubtype)
638 SubtypeLocaleUtils.getKeyboardLayoutSetName(id.mSubtype));
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
ResearchLogger.java     [all...]

Completed in 138 milliseconds