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

* commit 'e1cb9accf2077833c96e748150d0aee8e05cb10a':
  Update AdapterView.performItemClick() documentation
This commit is contained in:
Alan Viverette
2013-09-24 11:32:41 -07:00
committed by Android Git Automerger

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.