summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2009-08-14 11:37:52 -0700
committerDianne Hackborn <hackbod@google.com>2009-08-17 10:42:59 -0700
commit7341d7a104b47996445d069a695e155a07184606 (patch)
tree1be8efee3847179fbb0ed4d556be029ad23f5832 /api
parent56e7ba2928bce62283a62ad1c9d9f1ec7b54c24c (diff)
downloadframeworks_base-7341d7a104b47996445d069a695e155a07184606.zip
frameworks_base-7341d7a104b47996445d069a695e155a07184606.tar.gz
frameworks_base-7341d7a104b47996445d069a695e155a07184606.tar.bz2
More work on wallpapers.
- Do better about figuring out when to stop them and other related window management. - Fix problem where we were not redrawing the surface when the orientation changed. This was the cause of the device hang.
Diffstat (limited to 'api')
-rw-r--r--api/current.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml
index ee8d2eb..58c0bf8 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -60831,6 +60831,27 @@
<parameter name="srcName" type="java.lang.String">
</parameter>
</method>
+<method name="createFromResourceStream"
+ return="android.graphics.drawable.Drawable"
+ abstract="false"
+ native="false"
+ synchronized="false"
+ static="true"
+ final="false"
+ deprecated="not deprecated"
+ visibility="public"
+>
+<parameter name="res" type="android.content.res.Resources">
+</parameter>
+<parameter name="value" type="android.util.TypedValue">
+</parameter>
+<parameter name="is" type="java.io.InputStream">
+</parameter>
+<parameter name="srcName" type="java.lang.String">
+</parameter>
+<parameter name="opts" type="android.graphics.BitmapFactory.Options">
+</parameter>
+</method>
<method name="createFromStream"
return="android.graphics.drawable.Drawable"
abstract="false"