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

Commit 36055c33 authored by Alan Viverette's avatar Alan Viverette Committed by Android Git Automerger
Browse files

am e1cb9acc: Merge "Update AdapterView.performItemClick() documentation" into klp-dev

* commit 'e1cb9acc':
  Update AdapterView.performItemClick() documentation
parents a52bfb9f e1cb9acc
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -280,7 +280,9 @@ public abstract class AdapterView<T extends Adapter> extends ViewGroup {
    }

    /**
     * Call the OnItemClickListener, if it is defined.
     * Call the OnItemClickListener, if it is defined. Performs all normal
     * actions associated with clicking: reporting accessibility event, playing
     * a sound, etc.
     *
     * @param view The view within the AdapterView that was clicked.
     * @param position The position of the view in the adapter.