diff options
| author | Winson Chung <winsonc@google.com> | 2010-07-19 16:05:50 -0700 |
|---|---|---|
| committer | Winson Chung <winsonc@google.com> | 2010-07-19 16:05:50 -0700 |
| commit | 95362595ed4a42aec87b4d166092b30c8139d220 (patch) | |
| tree | 3a4276efedde4f968213158d7757b991c3b42796 /core/java/android/widget/RemoteViews.java | |
| parent | 499cb9f516062b654952d282f211bee44c31a3c2 (diff) | |
Fixing build breakage due to misnamed javadoc variable.
Change-Id: I883a53107d2c0fcd4544c85811aeaad3fc4f13c2
Diffstat (limited to 'core/java/android/widget/RemoteViews.java')
| -rw-r--r-- | core/java/android/widget/RemoteViews.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/widget/RemoteViews.java b/core/java/android/widget/RemoteViews.java index bbc75b9165d9..50745dc05e50 100644 --- a/core/java/android/widget/RemoteViews.java +++ b/core/java/android/widget/RemoteViews.java @@ -803,7 +803,7 @@ public class RemoteViews implements Parcelable, Filter { * Equivalent to calling {@link android.widget.AbsListView#smoothScrollToPosition(int, int)}. * * @param viewId The id of the view whose text should change - * @param position Scroll by this adapter position offset + * @param offset Scroll by this adapter position offset */ public void setRelativeScrollPosition(int viewId, int offset) { setInt(viewId, "smoothScrollByOffset", offset); |
