diff options
| author | Daniel Sandler <dsandler@android.com> | 2012-06-20 23:43:41 -0400 |
|---|---|---|
| committer | Daniel Sandler <dsandler@android.com> | 2012-06-21 00:15:01 -0400 |
| commit | 064f9907c98283e76ed03fa65484fc6face22f92 (patch) | |
| tree | cc1eaae4b7d69542aef005612b5ef569cc12161e /core/java/android/widget/RemoteViews.java | |
| parent | 7a1a406b24c235ce59c13126d20cfb101c4e2777 (diff) | |
Unhide new methods on RemoteViews and Notification.
Change-Id: I0cbc270d9d7e9e728482c3b10650a32589636c9d
Diffstat (limited to 'core/java/android/widget/RemoteViews.java')
| -rw-r--r-- | core/java/android/widget/RemoteViews.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/java/android/widget/RemoteViews.java b/core/java/android/widget/RemoteViews.java index ad4d7423fa10..64de1c3b3e55 100644 --- a/core/java/android/widget/RemoteViews.java +++ b/core/java/android/widget/RemoteViews.java @@ -1631,7 +1631,6 @@ public class RemoteViews implements Parcelable, Filter { } /** - * @hide * Equivalent to calling {@link TextView#setTextSize(int, float)} * * @param viewId The id of the view whose text size should change @@ -1663,7 +1662,6 @@ public class RemoteViews implements Parcelable, Filter { * @param top The id of a drawable to place above the text, or 0 * @param end The id of a drawable to place after the text, or 0 * @param bottom The id of a drawable to place below the text, or 0 - * @hide */ public void setTextViewCompoundDrawablesRelative(int viewId, int start, int top, int end, int bottom) { addAction(new TextViewDrawableAction(viewId, true, start, top, end, bottom)); @@ -1899,7 +1897,6 @@ public class RemoteViews implements Parcelable, Filter { } /** - * @hide * Equivalent to calling {@link View#setPadding(int, int, int, int)}. * * @param viewId The id of the view to change |
