summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2009-08-11 21:13:54 -0700
committerDianne Hackborn <hackbod@google.com>2009-08-12 14:41:29 -0700
commit72c82ab9923025a91bbabb32e56bfea27bfd083b (patch)
tree2a97f8a85bc5f23c13e3f7a6476533bec88c81a7 /api
parenta5f743f1fc7c5037ee7ad4ab611115b6d44af5b8 (diff)
downloadframeworks_base-72c82ab9923025a91bbabb32e56bfea27bfd083b.zip
frameworks_base-72c82ab9923025a91bbabb32e56bfea27bfd083b.tar.gz
frameworks_base-72c82ab9923025a91bbabb32e56bfea27bfd083b.tar.bz2
Report wallpaper offset to the wallpaper, use this in the image wallpaper.
Wallpapers can now be just the size of the screen, and get told when their scroll position should change to do the updating on their own.
Diffstat (limited to 'api')
-rw-r--r--api/current.xml17
1 files changed, 15 insertions, 2 deletions
diff --git a/api/current.xml b/api/current.xml
index b9fb85a..397e25d 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -26818,6 +26818,19 @@
<exception name="IOException" type="java.io.IOException">
</exception>
</method>
+<method name="clearWallpaperOffsets"
+ return="void"
+ abstract="false"
+ native="false"
+ synchronized="false"
+ static="false"
+ final="false"
+ deprecated="not deprecated"
+ visibility="public"
+>
+<parameter name="windowToken" type="android.os.IBinder">
+</parameter>
+</method>
<method name="getDesiredMinimumHeight"
return="int"
abstract="false"
@@ -277743,6 +277756,8 @@
deprecated="not deprecated"
visibility="public"
>
+<parameter name="name" type="java.lang.String">
+</parameter>
</constructor>
<constructor name="Timer"
type="java.util.Timer"
@@ -277763,8 +277778,6 @@
deprecated="not deprecated"
visibility="public"
>
-<parameter name="name" type="java.lang.String">
-</parameter>
</constructor>
<method name="cancel"
return="void"