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

  /frameworks/base/core/java/android/view/inputmethod/
InputMethodSubtype.java 75 private final int mSubtypeId;
159 mSubtypeId = subtypeId;
162 private int mSubtypeId = 0;
211 builder.mSubtypeId = id;
278 mSubtypeId = builder.mSubtypeId;
282 mSubtypeHashCode = mSubtypeId != 0 ? mSubtypeId : hashCodeInternal(mSubtypeLocale,
300 mSubtypeId = source.readInt();
475 if (subtype.mSubtypeId != 0 || mSubtypeId != 0)
    [all...]
  /frameworks/base/core/java/com/android/internal/inputmethod/
InputMethodSubtypeSwitchingController.java 57 public final int mSubtypeId;
66 mSubtypeId = subtypeId;
137 + " mSubtypeId=" + mSubtypeId
153 if (this.mSubtypeId != that.mSubtypeId) {
285 if (imi.equals(isli.mImi) && isli.mSubtypeId == currentSubtypeId) {
358 subtypeListItem.mSubtypeId == currentSubtypeId) {
  /cts/tests/tests/view/src/android/view/inputmethod/cts/
InputMethodInfoTest.java 59 private int mSubtypeId;
80 mSubtypeId = 99;
83 mSubtypeOverridesImplicitlyEnabledSubtype, mSubtypeId);
118 assertEquals(mSubtypeId, mInputMethodSubtype.hashCode());

Completed in 83 milliseconds