am 9775203b: Merge "SectionIndexer: Update Javadoc for ExpandableListAdapters"
* commit '9775203b610267bf8cecaf7c00db68b73b529ced': SectionIndexer: Update Javadoc for ExpandableListAdapters
This commit is contained in:
committed by
Android Git Automerger
commit
0e545bf550
@@ -20,7 +20,9 @@ package android.widget;
|
|||||||
* Interface that should be implemented on Adapters to enable fast scrolling
|
* 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
|
* 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
|
* 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 {
|
public interface SectionIndexer {
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user