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

/frameworks/base/core/java/android/widget/
H A DSectionIndexer.java21 * in an {@link AbsListView} between sections of the list. A section is a group of list items
27 * This provides the list view with an array of section objects. In the simplest
37 * Provides the starting index in the list for a given section.
38 * @param section the index of the section to jump to.
39 * @return the starting position of that section. If the section is out of bounds, the
42 int getPositionForSection(int section); argument
45 * This is a reverse mapping to fetch the section index for a given position
47 * @param position the position for which to return the section
[all...]

Completed in 204 milliseconds