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

Commit fed60953 authored by Alan Viverette's avatar Alan Viverette
Browse files

Update AdapterView.performItemClick() documentation

BUG: 10312828
Change-Id: I085326b336a799eeb26702dc30349e525c4f1023
parent 7354b834
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.