summaryrefslogtreecommitdiff
path: root/core/java/android/widget/RemoteViews.java
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@android.com>2012-06-21 11:52:34 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-06-21 11:52:34 -0700
commit0a43f67ef3c2551ae051da7bf2e856ddc051298d (patch)
tree5afcc1c039e979de8b0083d7583c2cc6fbec819c /core/java/android/widget/RemoteViews.java
parent16613476c80f20736ef6bd3d217ab56aa57b03c9 (diff)
parent790024bfe6dd2765dd5e552053797459aab72da1 (diff)
am 790024bf: Merge "Unhide new methods on RemoteViews and Notification." into jb-dev
* commit '790024bfe6dd2765dd5e552053797459aab72da1': Unhide new methods on RemoteViews and Notification.
Diffstat (limited to 'core/java/android/widget/RemoteViews.java')
-rw-r--r--core/java/android/widget/RemoteViews.java3
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