From fed60953b09c6cd06f7b9579d103c94c0480ddf0 Mon Sep 17 00:00:00 2001 From: Alan Viverette Date: Tue, 17 Sep 2013 13:00:49 -0700 Subject: Update AdapterView.performItemClick() documentation BUG: 10312828 Change-Id: I085326b336a799eeb26702dc30349e525c4f1023 --- core/java/android/widget/AdapterView.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/java/android/widget/AdapterView.java b/core/java/android/widget/AdapterView.java index 31ab0afa4334..a5fad60c439a 100644 --- a/core/java/android/widget/AdapterView.java +++ b/core/java/android/widget/AdapterView.java @@ -280,7 +280,9 @@ public abstract class AdapterView 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. -- cgit v1.2.3-59-g8ed1b