am e1cb9acc: Merge "Update AdapterView.performItemClick() documentation" into klp-dev
* commit 'e1cb9accf2077833c96e748150d0aee8e05cb10a': Update AdapterView.performItemClick() documentation
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user