diff options
| author | Bill Yi <byi@google.com> | 2018-11-28 18:45:59 -0800 |
|---|---|---|
| committer | Bill Yi <byi@google.com> | 2018-11-28 18:45:59 -0800 |
| commit | 36c97ae4482c073daa2227bab5ebf6e175d5577e (patch) | |
| tree | 7c127abb0ea27d87e77e277e247c42865c36d3b3 /core/java/android/widget | |
| parent | cd9440cc637df8e7f5ec4ae4b6c2b07a55f08202 (diff) | |
| parent | 19463c58be6a14171b8c56ef69a3b1b6b3ec2799 (diff) | |
Merge pi-qpr1-release PQ1A.181105.017.A1 to pi-platform-release
Change-Id: Id08fdcae21e3ceb54e893a9ed11da6e67c889895
Diffstat (limited to 'core/java/android/widget')
| -rw-r--r-- | core/java/android/widget/AbsListView.java | 2 | ||||
| -rw-r--r-- | core/java/android/widget/AdapterView.java | 4 | ||||
| -rw-r--r-- | core/java/android/widget/ImageView.java | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/core/java/android/widget/AbsListView.java b/core/java/android/widget/AbsListView.java index 298c61e403ab..6238e169e9e3 100644 --- a/core/java/android/widget/AbsListView.java +++ b/core/java/android/widget/AbsListView.java @@ -781,7 +781,7 @@ public abstract class AbsListView extends AdapterView<ListAdapter> implements Te * @param firstVisibleItem the index of the first visible cell (ignore if * visibleItemCount == 0) * @param visibleItemCount the number of visible cells - * @param totalItemCount the number of items in the list adaptor + * @param totalItemCount the number of items in the list adapter */ public void onScroll(AbsListView view, int firstVisibleItem, int visibleItemCount, int totalItemCount); diff --git a/core/java/android/widget/AdapterView.java b/core/java/android/widget/AdapterView.java index 6c192563658e..4e77f0bf59b6 100644 --- a/core/java/android/widget/AdapterView.java +++ b/core/java/android/widget/AdapterView.java @@ -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; diff --git a/core/java/android/widget/ImageView.java b/core/java/android/widget/ImageView.java index 13729874d369..67b7100ab9ba 100644 --- a/core/java/android/widget/ImageView.java +++ b/core/java/android/widget/ImageView.java @@ -80,7 +80,7 @@ import java.io.IOException; * * <p> * To learn more about Drawables, see: <a href="{@docRoot}guide/topics/resources/drawable-resource.html">Drawable Resources</a>. - * To learn more about working with Bitmaps, see: <a href="{@docRoot}topic/performance/graphics/index.htm">Handling Bitmaps</a>. + * To learn more about working with Bitmaps, see: <a href="{@docRoot}topic/performance/graphics/index.html">Handling Bitmaps</a>. * </p> * * @attr ref android.R.styleable#ImageView_adjustViewBounds |
