Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bb4991e6 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Git Automerger
Browse files

am db550fc9: am 0e545bf5: am 9775203b: Merge "SectionIndexer: Update Javadoc...

am db550fc9: am 0e545bf5: am 9775203b: Merge "SectionIndexer: Update Javadoc for ExpandableListAdapters"

* commit 'db550fc9':
  SectionIndexer: Update Javadoc for ExpandableListAdapters
parents 619682df db550fc9
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -20,7 +20,9 @@ package android.widget;
 * Interface that should be implemented on Adapters to enable fast scrolling 
 * in an {@link AbsListView} between sections of the list. A section is a group of list items
 * to jump to that have something in common. For example, they may begin with the
 * same letter or they may be songs from the same artist. 
 * same letter or they may be songs from the same artist. ExpandableListAdapters that
 * consider groups and sections as synonymous should account for collapsed groups and return
 * an appropriate section/position.
 */
public interface SectionIndexer {
    /**