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

Commit 5fbd62b3 authored by Alan Viverette's avatar Alan Viverette Committed by Android Git Automerger
Browse files

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

* commit '36055c33':
  Update AdapterView.performItemClick() documentation
parents 15a0436a 36055c33
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -284,7 +284,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.