Home
last modified time | relevance | path

Searched refs:mSubtypeId (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/view/textservice/
DSpellCheckerSubtype.java61 private final int mSubtypeId; field in SpellCheckerSubtype
90 mSubtypeId = subtypeId; in SpellCheckerSubtype()
91 mSubtypeHashCode = mSubtypeId != SUBTYPE_ID_NONE ? in SpellCheckerSubtype()
92 mSubtypeId : hashCodeInternal(mSubtypeLocale, mSubtypeExtraValue); in SpellCheckerSubtype()
119 mSubtypeId = source.readInt(); in SpellCheckerSubtype()
120 mSubtypeHashCode = mSubtypeId != SUBTYPE_ID_NONE ? in SpellCheckerSubtype()
121 mSubtypeId : hashCodeInternal(mSubtypeLocale, mSubtypeExtraValue); in SpellCheckerSubtype()
209 if (subtype.mSubtypeId != SUBTYPE_ID_NONE || mSubtypeId != SUBTYPE_ID_NONE) { in equals()
273 dest.writeInt(mSubtypeId); in writeToParcel()
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodSubtype.java94 private final int mSubtypeId; field in InputMethodSubtype
228 mSubtypeId = subtypeId; in setSubtypeId()
231 private int mSubtypeId = SUBTYPE_ID_NONE; field in InputMethodSubtype.InputMethodSubtypeBuilder
289 builder.mSubtypeId = id; in getBuilder()
362 mSubtypeId = builder.mSubtypeId; in InputMethodSubtype()
366 if (mSubtypeId != SUBTYPE_ID_NONE) { in InputMethodSubtype()
367 mSubtypeHashCode = mSubtypeId; in InputMethodSubtype()
395 mSubtypeId = source.readInt(); in InputMethodSubtype()
741 return mSubtypeId != SUBTYPE_ID_NONE; in hasSubtypeId()
749 return mSubtypeId; in getSubtypeId()
[all …]
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodSubtypeSwitchingController.java54 public final int mSubtypeId; field in InputMethodSubtypeSwitchingController.ImeSubtypeListItem
63 mSubtypeId = subtypeId; in ImeSubtypeListItem()
139 + " mSubtypeId=" + mSubtypeId in toString()
152 return Objects.equals(this.mImi, that.mImi) && this.mSubtypeId == that.mSubtypeId; in equals()
251 if (imi.equals(isli.mImi) && isli.mSubtypeId == currentSubtypeId) { in getIndex()
325 && subtypeListItem.mSubtypeId == currentSubtypeId) { in getUsageRank()
DInputMethodMenuController.java108 mSubtypeIds[i] = item.mSubtypeId; in showInputMethodMenuLocked()
DInputMethodManagerService.java4207 nextSubtype.mSubtypeId); in switchToNextInputMethodLocked()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt59934 Landroid/view/inputmethod/InputMethodSubtype$InputMethodSubtypeBuilder;->mSubtypeId:I
59962 Landroid/view/inputmethod/InputMethodSubtype;->mSubtypeId:I
62281 Landroid/view/textservice/SpellCheckerSubtype;->mSubtypeId:I