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

This commit is contained in:
Alan Viverette
2013-09-24 18:28:01 +00:00
committed by Android (Google) Code Review

View File

@@ -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.