Make setWallpaperZoomOut call oneway
There's no need to keep it synchronous Bug: 154304487 Test: atest NotificationShadeWindowViewTest Test: atest WallpaperControllerTests Test: manual Change-Id: I547e05fb4e2a5f2d30cfc5de354c36cd9070e65b
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user