diff options
author | Adam Cohen <adamcohen@google.com> | 2011-11-04 12:12:48 -0700 |
---|---|---|
committer | Adam Cohen <adamcohen@google.com> | 2011-11-07 17:59:23 -0800 |
commit | 4c96a59b4354c4a593a07a3273c186b51597bcc1 (patch) | |
tree | a4b2876ffafe24670b2edf6e5cf9747e683e89ce /api/current.txt | |
parent | 2d9ccdb4abd393375c5ae99445afbb8b0855d25c (diff) | |
download | frameworks_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/current.txt')
-rw-r--r-- | api/current.txt | 1 |
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); |