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

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

am c2314cf5: am e700a36e: Merge "Update getCheckedItemPositions() documentation"

* commit 'c2314cf5':
  Update getCheckedItemPositions() documentation
parents 6acfa5d5 c2314cf5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -923,9 +923,9 @@ public abstract class AbsListView extends AdapterView<ListAdapter> implements Te
     * the choice mode has not been set to {@link #CHOICE_MODE_NONE}.
     *
     * @return  A SparseBooleanArray which will return true for each call to
     *          get(int position) where position is a position in the list,
     *          or <code>null</code> if the choice mode is set to
     *          {@link #CHOICE_MODE_NONE}.
     *          get(int position) where position is a checked position in the
     *          list and false otherwise, or <code>null</code> if the choice
     *          mode is set to {@link #CHOICE_MODE_NONE}.
     */
    public SparseBooleanArray getCheckedItemPositions() {
        if (mChoiceMode != CHOICE_MODE_NONE) {