Searched refs:mSections (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DSectionedListAdapter.java34 private ArrayList<SectionAdapter> mSections = Lists.newArrayList(); field in class:SectionedListAdapter
41 mSections.clear();
51 mSections.add(adapter);
58 final int size = mSections.size();
60 count += mSections.get(i).getCount() + 1;
67 final int size = mSections.size();
69 final SectionAdapter section = mSections.get(i);
92 final int size = mSections.size();
94 final SectionAdapter section = mSections.get(i);
117 final int size = mSections
[all...]
/frameworks/av/camera/
H A DVendorTagDescriptor.cpp115 desc->mSections = sections;
220 LOG_ALWAYS_FATAL_IF(desc->mSections.setCapacity(sectionCount) <= 0,
229 desc->mSections.add(sectionName);
238 String8 sectionString = desc->mSections[desc->mTagToSectionMap.valueFor(tag)];
272 return mSections[mTagToSectionMap.valueAt(index)].string();
316 size_t numSections = mSections.size();
320 if ((res = parcel->writeString8(mSections[i])) != OK) return res;
328 return mSections;
370 String8 sectionName = mSections[sectionId];
/frameworks/av/include/camera/
H A DVendorTagDescriptor.h133 KeyedVector<uint32_t, uint32_t> mTagToSectionMap; // Value is offset in mSections
135 SortedVector<String8> mSections; member in class:android::VendorTagDescriptor
/frameworks/base/core/java/android/widget/
H A DFastScroller.java163 private Object[] mSections; field in class:FastScroller
919 mSections = mSectionIndexer.getSections();
924 mSections = mSectionIndexer.getSections();
927 mSections = null;
943 final Object[] sections = mSections;
1064 final Object[] sections = mSections;
1223 final boolean hasSections = sectionIndexer != null && mSections != null
1224 && mSections.length > 0;
1253 final int sectionCount = mSections.length;

Completed in 820 milliseconds