Lines Matching defs:section
88 * Resets the section data.
90 * @param sections the section data
99 * Resets the section data and returns the position of the given entry.
101 * @param sections the section data
112 ArrayList<E> section = mSections.get(i);
113 int sectionSize = section.size();
115 E e = section.get(j);
152 ArrayList<E> section = mSections.get(i);
153 int sectionSize = section.size();
155 // The section only contains a separator and nothing else, skip it
159 // The first item in a section is always the separator
185 ArrayList<T> section = sections.get(i);
186 int sectionSize = section.size();
188 // The section only contains a separator and nothing else, skip it
191 if (position < section.size()) {
192 return section.get(position);
194 position -= section.size();
210 ArrayList<T> section = sections.get(i);
211 int sectionSize = section.size();
213 // The section only contains a separator and nothing else, skip it