Searched defs:mSections (Results 1 - 3 of 3) sorted by relevance

/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/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/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 838 milliseconds