summaryrefslogtreecommitdiffstats
path: root/core/java
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2012-06-25 15:26:48 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-06-25 15:26:48 -0700
commit806a360275b3963d1941130ca2998a8abd76126f (patch)
tree4e14bc8f4f79488d79dab635db67164210b648b3 /core/java
parentd48cf0c0ce5f9458802d2be8671c85fa027a74a0 (diff)
parentf25ab44975bb0aaeaa88e8dc564f160bb640902e (diff)
downloadframeworks_base-806a360275b3963d1941130ca2998a8abd76126f.zip
frameworks_base-806a360275b3963d1941130ca2998a8abd76126f.tar.gz
frameworks_base-806a360275b3963d1941130ca2998a8abd76126f.tar.bz2
Merge "Update documentation on max widget bitmap usage" into jb-dev
Diffstat (limited to 'core/java')
-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.