Searched refs:mSubtypes (Results 1 – 3 of 3) sorted by relevance
60 private final ArrayList<SpellCheckerSubtype> mSubtypes = new ArrayList<>(); field in SpellCheckerInfo127 mSubtypes.add(subtype); in SpellCheckerInfo()150 source.readTypedList(mSubtypes, SpellCheckerSubtype.CREATOR); in SpellCheckerInfo()188 dest.writeTypedList(mSubtypes); in writeToParcel()253 return mSubtypes.size(); in getSubtypeCount()262 return mSubtypes.get(index); in getSubtypeAt()
108 private final InputMethodSubtypeArray mSubtypes; field in InputMethodInfo302 mSubtypes = new InputMethodSubtypeArray(subtypes); in InputMethodInfo()324 mSubtypes = new InputMethodSubtypeArray(source); in InputMethodInfo()393 mSubtypes = new InputMethodSubtypeArray(subtypes); in InputMethodInfo()506 return mSubtypes.getCount(); in getSubtypeCount()515 return mSubtypes.get(index); in getSubtypeAt()667 mSubtypes.writeToParcel(dest); in writeToParcel()
66183 Landroid/view/textservice/SpellCheckerInfo;->mSubtypes:Ljava/util/ArrayList;