summaryrefslogtreecommitdiffstats
path: root/core/java/android/appwidget
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2012-06-25 15:31:25 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-06-25 15:31:25 -0700
commit85a2d7f94e2a92f2563d6dbba7216bc0a86dca1a (patch)
tree7b988ea85b8617c7abb523f082a37a480d8a94b3 /core/java/android/appwidget
parentad51a1e9230cdf95082b5e05690f0b72eaed3f35 (diff)
parentc4d7721cb08cc797ea592f54797135f372689f6a (diff)
downloadframeworks_base-85a2d7f94e2a92f2563d6dbba7216bc0a86dca1a.zip
frameworks_base-85a2d7f94e2a92f2563d6dbba7216bc0a86dca1a.tar.gz
frameworks_base-85a2d7f94e2a92f2563d6dbba7216bc0a86dca1a.tar.bz2
am c4d7721c: am 806a3602: Merge "Update documentation on max widget bitmap usage" into jb-dev
* commit 'c4d7721cb08cc797ea592f54797135f372689f6a': Update documentation on max widget bitmap usage
Diffstat (limited to 'core/java/android/appwidget')
-rw-r--r--core/java/android/appwidget/AppWidgetManager.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/appwidget/AppWidgetManager.java b/core/java/android/appwidget/AppWidgetManager.java
index 3aa5181..810e790 100644
--- a/core/java/android/appwidget/AppWidgetManager.java
+++ b/core/java/android/appwidget/AppWidgetManager.java
@@ -323,7 +323,7 @@ public class AppWidgetManager {
*
* <p>
* The total Bitmap memory used by the RemoteViews object cannot exceed that required to
- * fill the screen once, ie. (screen width x screen height x 4) bytes.
+ * fill the screen 1.5 times, ie. (screen width x screen height x 4 x 1.5) bytes.
*
* @param appWidgetIds The AppWidget instances for which to set the RemoteViews.
* @param views The RemoteViews object to show.
@@ -391,7 +391,7 @@ public class AppWidgetManager {
*
* <p>
* The total Bitmap memory used by the RemoteViews object cannot exceed that required to
- * fill the screen once, ie. (screen width x screen height x 4) bytes.
+ * fill the screen 1.5 times, ie. (screen width x screen height x 4 x 1.5) bytes.
*
* @param appWidgetId The AppWidget instance for which to set the RemoteViews.
* @param views The RemoteViews object to show.