Merge "Merge "docs: Fixed typos in AdapterView Javadoc." into pi-dev am: 9ef41ccf42" into pi-dev-plus-aosp
This commit is contained in:
committed by
Android (Google) Code Review
commit
74ecab8a44
@@ -293,7 +293,7 @@ public abstract class AdapterView<T extends Adapter> extends ViewGroup {
|
||||
|
||||
/**
|
||||
* @return The callback to be invoked with an item in this AdapterView has
|
||||
* been clicked, or null id no callback has been set.
|
||||
* been clicked, or null if no callback has been set.
|
||||
*/
|
||||
@Nullable
|
||||
public final OnItemClickListener getOnItemClickListener() {
|
||||
@@ -365,7 +365,7 @@ public abstract class AdapterView<T extends Adapter> extends ViewGroup {
|
||||
|
||||
/**
|
||||
* @return The callback to be invoked with an item in this AdapterView has
|
||||
* been clicked and held, or null id no callback as been set.
|
||||
* been clicked and held, or null if no callback has been set.
|
||||
*/
|
||||
public final OnItemLongClickListener getOnItemLongClickListener() {
|
||||
return mOnItemLongClickListener;
|
||||
|
||||
Reference in New Issue
Block a user