HomeSort by relevance Sort by last modified time
    Searched defs:mSubtype (Results 1 - 8 of 8) 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 */,
  /platform_testing/libraries/metrics-helper/tests/src/android/support/test/metricshelper/
MetricsAssertsTest.java 50 private int mSubtype = 4;
64 .setSubtype(mSubtype)
150 .setSubtype(mSubtype));
160 .setSubtype(mSubtype));
  /packages/apps/Settings/src/com/android/settings/inputmethod/
KeyboardLayoutPickerFragment.java 51 private InputMethodSubtype mSubtype;
86 mSubtype = activity.getIntent().getParcelableExtra(EXTRA_INPUT_METHOD_SUBTYPE);
125 mIm.setKeyboardLayoutForInputDevice(mInputDeviceIdentifier, mImi, mSubtype,
157 root.setTitle(KeyboardInfoPreference.getDisplayName(getContext(), mImi, mSubtype));
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
RichInputMethodSubtype.java 58 private final InputMethodSubtype mSubtype;
65 mSubtype = subtype;
66 mOriginalLocale = InputMethodSubtypeCompatUtils.getLocaleObject(mSubtype);
74 return mSubtype.getExtraValueOf(key);
79 return mSubtype.getMode();
83 return SubtypeLocaleUtils.NO_LANGUAGE.equals(mSubtype.getLocale());
111 return SubtypeLocaleUtils.getKeyboardLayoutSetDisplayName(mSubtype);
113 return SubtypeLocaleUtils.getSubtypeLocaleDisplayName(mSubtype.getLocale());
120 return SubtypeLocaleUtils.getKeyboardLayoutSetDisplayName(mSubtype);
122 return SubtypeLocaleUtils.getSubtypeLanguageDisplayName(mSubtype.getLocale())
    [all...]
  /frameworks/base/core/java/android/net/
NetworkInfo.java 114 private int mSubtype;
134 mSubtype = subtype;
146 mSubtype = source.mSubtype;
191 return mSubtype;
200 mSubtype = subtype;
451 dest.writeInt(mSubtype);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardId.java 74 public final RichInputMethodSubtype mSubtype;
89 mSubtype = params.mSubtype;
120 id.mSubtype,
141 && other.mSubtype.equals(mSubtype)
178 return mSubtype.getLocale();
195 mSubtype.getLocale(),
196 mSubtype.getExtraValueOf(KEYBOARD_LAYOUT_SET),
KeyboardLayoutSet.java 122 RichInputMethodSubtype mSubtype;
309 mParams.mSubtype = keyboardSubtype;
381 if (mParams.mSubtype == null)
  /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...]

Completed in 1243 milliseconds