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

  /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/keyboard/
KeyboardId.java 65 public final InputMethodSubtype mSubtype;
80 mSubtype = params.mSubtype;
81 mLocale = SubtypeLocaleUtils.getSubtypeLocale(mSubtype);
111 id.mSubtype
131 && other.mSubtype.equals(mSubtype);
180 mLocale, mSubtype.getExtraValueOf(KEYBOARD_LAYOUT_SET),
KeyboardLayoutSet.java 112 InputMethodSubtype mSubtype;
268 mParams.mSubtype = keyboardSubtype;
298 if (mParams.mSubtype == null)
  /frameworks/base/core/java/android/net/
NetworkInfo.java 114 private int mSubtype;
138 mSubtype = subtype;
153 mSubtype = source.mSubtype;
198 return mSubtype;
207 mSubtype = subtype;
456 dest.writeInt(mSubtype);
  /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/latin/settings/
CustomInputStyleSettingsFragment.java 176 private InputMethodSubtype mSubtype;
202 return mSubtype == null;
206 return mSubtype;
210 mPreviousSubtype = mSubtype;
211 mSubtype = subtype;
231 return mSubtype != null && !mSubtype.equals(mPreviousSubtype);
262 context, mSubtype.getLocale());
263 final KeyboardLayoutSetItem layoutItem = new KeyboardLayoutSetItem(mSubtype);
337 myState.mSubtype = mSubtype
    [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 552 milliseconds