Searched refs:mSections (Results 1 – 4 of 4) sorted by relevance
34 private ArrayList<SectionAdapter> mSections = Lists.newArrayList(); field in SectionedListAdapter41 mSections.clear(); in clearSections()51 mSections.add(adapter); in addSection()58 final int size = mSections.size(); in getCount()60 count += mSections.get(i).getCount() + 1; in getCount()67 final int size = mSections.size(); in getItem()69 final SectionAdapter section = mSections.get(i); in getItem()92 final int size = mSections.size(); in getView()94 final SectionAdapter section = mSections.get(i); in getView()117 final int size = mSections.size(); in isEnabled()[all …]
115 desc->mSections = sections; in createDescriptorFromOps()220 LOG_ALWAYS_FATAL_IF(desc->mSections.setCapacity(sectionCount) <= 0, in createFromParcel()229 desc->mSections.add(sectionName); in createFromParcel()238 String8 sectionString = desc->mSections[desc->mTagToSectionMap.valueFor(tag)]; in createFromParcel()272 return mSections[mTagToSectionMap.valueAt(index)].string(); in getSectionName()316 size_t numSections = mSections.size(); in writeToParcel()320 if ((res = parcel->writeString8(mSections[i])) != OK) return res; in writeToParcel()328 return mSections; in getAllSectionNames()370 String8 sectionName = mSections[sectionId]; in dump()
174 private Object[] mSections; field in FastScroller967 mSections = mSectionIndexer.getSections(); in getSectionsFromIndexer()972 mSections = mSectionIndexer.getSections(); in getSectionsFromIndexer()975 mSections = null; in getSectionsFromIndexer()991 final Object[] sections = mSections; in scrollTo()1112 final Object[] sections = mSections; in transitionPreviewLayout()1258 final boolean hasSections = sectionIndexer != null && mSections != null in getPosFromItemCount()1259 && mSections.length > 0; in getPosFromItemCount()1288 final int sectionCount = mSections.length; in getPosFromItemCount()
135 SortedVector<String8> mSections; variable