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

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DSectionedListAdapter.java34 private ArrayList<SectionAdapter> mSections = Lists.newArrayList();
36 public interface SectionAdapter extends ListAdapter { interface in class:SectionedListAdapter
50 public void addSection(SectionAdapter adapter) {
69 final SectionAdapter section = mSections.get(i);
94 final SectionAdapter section = mSections.get(i);
119 final SectionAdapter section = mSections.get(i);
140 final SectionAdapter section = mSections.get(i);

Completed in 51 milliseconds