Searched defs:mSections (Results 1 - 2 of 2) 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/base/core/java/android/widget/
H A DFastScroller.java165 private Object[] mSections; field in class:FastScroller
868 mSections = mSectionIndexer.getSections();
873 mSections = mSectionIndexer.getSections();
876 mSections = null;
892 final Object[] sections = mSections;
1013 final Object[] sections = mSections;
1150 final boolean hasSections = mSectionIndexer != null && mSections != null
1151 && mSections.length > 0;
1175 final int sectionCount = mSections.length;

Completed in 44 milliseconds