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()
163 private final InputMethodSubtypeArray mSubtypes; field in InputMethodInfo415 mSubtypes = new InputMethodSubtypeArray(subtypes); in InputMethodInfo()458 mSubtypes = source.mSubtypes; in InputMethodInfo()460 final ArrayList<InputMethodSubtype> subtypes = source.mSubtypes.toList(); in InputMethodInfo()468 mSubtypes = new InputMethodSubtypeArray(subtypes); in InputMethodInfo()491 mSubtypes = new InputMethodSubtypeArray(source); in InputMethodInfo()648 mSubtypes = new InputMethodSubtypeArray(subtypes); in InputMethodInfo()779 return mSubtypes.getCount(); in getSubtypeCount()788 return mSubtypes.get(index); in getSubtypeAt()924 pw.println(prefix + "InputMethodSubtype array: count=" + mSubtypes.getCount()); in dump()[all …]
62217 Landroid/view/textservice/SpellCheckerInfo;->mSubtypes:Ljava/util/ArrayList;