summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/IWindowSession.aidl
diff options
context:
space:
mode:
authorMarco Nelissen <marcone@google.com>2009-11-09 15:21:13 -0800
committerMarco Nelissen <marcone@google.com>2009-11-09 17:39:33 -0800
commitbf6956b1d95442e9d9c483894d578fe6b7044cbb (patch)
treedd8e921d31d3182c90eba295bea96848cb221e06 /core/java/android/view/IWindowSession.aidl
parente6ab011b8b8aa6c461e64cabb9b25d890d68edb1 (diff)
downloadframeworks_base-bf6956b1d95442e9d9c483894d578fe6b7044cbb.zip
frameworks_base-bf6956b1d95442e9d9c483894d578fe6b7044cbb.tar.gz
frameworks_base-bf6956b1d95442e9d9c483894d578fe6b7044cbb.tar.bz2
Add a way for wallpapers to know the delta between virtual screens.
Diffstat (limited to 'core/java/android/view/IWindowSession.aidl')
-rw-r--r--core/java/android/view/IWindowSession.aidl4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/java/android/view/IWindowSession.aidl b/core/java/android/view/IWindowSession.aidl
index 7e7a38f..b6b009b 100644
--- a/core/java/android/view/IWindowSession.aidl
+++ b/core/java/android/view/IWindowSession.aidl
@@ -113,8 +113,10 @@ interface IWindowSession {
/**
* For windows with the wallpaper behind them, and the wallpaper is
* larger than the screen, set the offset within the screen.
+ * For multi screen launcher type applications, xstep and ystep indicate
+ * how big the increment is from one screen to another.
*/
- void setWallpaperPosition(IBinder windowToken, float x, float y);
+ void setWallpaperPosition(IBinder windowToken, float x, float y, float xstep, float ystep);
void wallpaperOffsetsComplete(IBinder window);