summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2011-11-04 12:12:48 -0700
committerAdam Cohen <adamcohen@google.com>2011-11-07 17:59:23 -0800
commit4c96a59b4354c4a593a07a3273c186b51597bcc1 (patch)
treea4b2876ffafe24670b2edf6e5cf9747e683e89ce /api
parent2d9ccdb4abd393375c5ae99445afbb8b0855d25c (diff)
downloadframeworks_base-4c96a59b4354c4a593a07a3273c186b51597bcc1.zip
frameworks_base-4c96a59b4354c4a593a07a3273c186b51597bcc1.tar.gz
frameworks_base-4c96a59b4354c4a593a07a3273c186b51597bcc1.tar.bz2
Making default widget padding public API
Change-Id: Ibf4f5dc1a36d84be1acc3ccdc4330276f82aa303
Diffstat (limited to 'api')
-rw-r--r--api/current.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index cc7f0798..ea97d6d 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -4145,6 +4145,7 @@ package android.appwidget {
ctor public AppWidgetHostView(android.content.Context, int, int);
method public int getAppWidgetId();
method public android.appwidget.AppWidgetProviderInfo getAppWidgetInfo();
+ method public static android.graphics.Rect getDefaultPaddingForWidget(android.content.Context, android.content.ComponentName, android.graphics.Rect);
method protected android.view.View getDefaultView();
method protected android.view.View getErrorView();
method protected void prepareView(android.view.View);