diff options
| -rw-r--r-- | core/java/android/view/IWindowSession.aidl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/view/IWindowSession.aidl b/core/java/android/view/IWindowSession.aidl index a0527b7434fc..25e81114d86f 100644 --- a/core/java/android/view/IWindowSession.aidl +++ b/core/java/android/view/IWindowSession.aidl @@ -225,13 +225,13 @@ interface IWindowSession { * 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, float xstep, float ystep); + oneway void setWallpaperPosition(IBinder windowToken, float x, float y, float xstep, float ystep); /** * For wallpaper windows, sets the scale of the wallpaper based on * SystemUI behavior. */ - void setWallpaperZoomOut(IBinder windowToken, float scale); + oneway void setWallpaperZoomOut(IBinder windowToken, float scale); /** * For wallpaper windows, sets whether the wallpaper should actually be |