diff options
| author | Elliot Waite <elliotwaite@google.com> | 2017-01-26 04:39:53 +0000 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2017-01-26 04:39:53 +0000 |
| commit | de2557f3696439f09ac7b3dfbd90c7b2ff2fe30d (patch) | |
| tree | cf945f1d663f224f3368d7654b3256e6199dbb43 /core/java/android/widget | |
| parent | 32e6da5b846b77ce6b30da7dba5090645d807283 (diff) | |
| parent | ab978c035eda5e6e42f3856d5edf132e76e45994 (diff) | |
Fix @links in reference docs. am: 54de77470d
am: ab978c035e
Change-Id: Ibec2b85708f9ff923156f4d867c9c2f71c75d41c
Diffstat (limited to 'core/java/android/widget')
| -rw-r--r-- | core/java/android/widget/RemoteViews.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/java/android/widget/RemoteViews.java b/core/java/android/widget/RemoteViews.java index 7cc539cba2fc..04ae2627e6df 100644 --- a/core/java/android/widget/RemoteViews.java +++ b/core/java/android/widget/RemoteViews.java @@ -2642,8 +2642,8 @@ public class RemoteViews implements Parcelable, Filter { * * When setting the on-click action of items within collections (eg. {@link ListView}, * {@link StackView} etc.), this method will not work. Instead, use {@link - * RemoteViews#setPendingIntentTemplate(int, PendingIntent) in conjunction with - * RemoteViews#setOnClickFillInIntent(int, Intent). + * RemoteViews#setPendingIntentTemplate(int, PendingIntent)} in conjunction with + * {@link RemoteViews#setOnClickFillInIntent(int, Intent)}. * * @param viewId The id of the view that will trigger the {@link PendingIntent} when clicked * @param pendingIntent The {@link PendingIntent} to send when user clicks @@ -3228,7 +3228,7 @@ public class RemoteViews implements Parcelable, Filter { * Applies the views asynchronously, moving as much of the task on the background * thread as possible. * - * @see {@link #apply(Context, ViewGroup)} + * @see #apply(Context, ViewGroup) * @param context Default context to use * @param parent Parent that the resulting view hierarchy will be attached to. This method * does <strong>not</strong> attach the hierarchy. The caller should do so when appropriate. @@ -3383,7 +3383,7 @@ public class RemoteViews implements Parcelable, Filter { * Applies all the actions to the provided view, moving as much of the task on the background * thread as possible. * - * @see {@link #reapply(Context, View)} + * @see #reapply(Context, View) * @param context Default context to use * @param v The view to apply the actions to. This should be the result of * the {@link #apply(Context,ViewGroup)} call. |
