summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jean-Baptiste Queru <jbq@google.com> 2013-07-08 12:37:27 -0700
committer Android Git Automerger <android-git-automerger@android.com> 2013-07-08 12:37:27 -0700
commit0e545bf5502fde4fe2c96377829bd4c3f7c2d727 (patch)
tree3a8afebc6831a118cac4164a6de82070cde6bf11
parent57512008e2f9f1f04ff5a11b522533c753ed36fe (diff)
parent9775203b610267bf8cecaf7c00db68b73b529ced (diff)
am 9775203b: Merge "SectionIndexer: Update Javadoc for ExpandableListAdapters"
* commit '9775203b610267bf8cecaf7c00db68b73b529ced': 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 {
/**