Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f0266bbf authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Make setWallpaperZoomOut call oneway" into rvc-dev am: 061f46b9 am: 3261c03a

Change-Id: If9b98a2afe715d5c59cc6c226be2166efc620a20
parents 5ef33cc8 3261c03a
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -225,13 +225,13 @@ interface IWindowSession {
     * For multi screen launcher type applications, xstep and ystep indicate
     * For multi screen launcher type applications, xstep and ystep indicate
     * how big the increment is from one screen to another.
     * 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
     * For wallpaper windows, sets the scale of the wallpaper based on
     * SystemUI behavior.
     * 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
     * For wallpaper windows, sets whether the wallpaper should actually be