summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jean-Baptiste Queru <jbq@google.com> 2013-07-08 19:35:36 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2013-07-08 19:35:36 +0000
commit9775203b610267bf8cecaf7c00db68b73b529ced (patch)
tree7de3a4e67a58bbadbb90e3b09cd3800c3ab95bb8
parent8f793103d81e988e2ef25ecdfde1b279e299a97e (diff)
parent5add56ec49cef52db7ebd3006665f318a5d16dd3 (diff)
Merge "SectionIndexer: Update Javadoc for ExpandableListAdapters"
-rw-r--r--core/java/android/widget/SectionIndexer.java4
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 {
/**