diff options
| author | 2013-07-08 19:35:36 +0000 | |
|---|---|---|
| committer | 2013-07-08 19:35:36 +0000 | |
| commit | 9775203b610267bf8cecaf7c00db68b73b529ced (patch) | |
| tree | 7de3a4e67a58bbadbb90e3b09cd3800c3ab95bb8 | |
| parent | 8f793103d81e988e2ef25ecdfde1b279e299a97e (diff) | |
| parent | 5add56ec49cef52db7ebd3006665f318a5d16dd3 (diff) | |
Merge "SectionIndexer: Update Javadoc for ExpandableListAdapters"
| -rw-r--r-- | core/java/android/widget/SectionIndexer.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/java/android/widget/SectionIndexer.java b/core/java/android/widget/SectionIndexer.java index 24f894cbe0ad..a1c71f431fa3 100644 --- a/core/java/android/widget/SectionIndexer.java +++ b/core/java/android/widget/SectionIndexer.java @@ -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 { /** |