Searched refs:mSubtypes (Results 1 – 3 of 3) sorted by relevance
60 private final ArrayList<SpellCheckerSubtype> mSubtypes = new ArrayList<>(); field in SpellCheckerInfo128 mSubtypes.add(subtype); in SpellCheckerInfo()151 source.readTypedList(mSubtypes, SpellCheckerSubtype.CREATOR); in SpellCheckerInfo()189 dest.writeTypedList(mSubtypes); in writeToParcel()254 return mSubtypes.size(); in getSubtypeCount()263 return mSubtypes.get(index); in getSubtypeAt()
139 private final InputMethodSubtypeArray mSubtypes; field in InputMethodInfo373 mSubtypes = new InputMethodSubtypeArray(subtypes); in InputMethodInfo()403 mSubtypes = source.mSubtypes; in InputMethodInfo()422 mSubtypes = new InputMethodSubtypeArray(source); in InputMethodInfo()522 mSubtypes = new InputMethodSubtypeArray(subtypes); in InputMethodInfo()641 return mSubtypes.getCount(); in getSubtypeCount()650 return mSubtypes.get(index); in getSubtypeAt()855 mSubtypes.writeToParcel(dest); in writeToParcel()
62860 Landroid/view/textservice/SpellCheckerInfo;->mSubtypes:Ljava/util/ArrayList;