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

Commit 65b0052a authored by Michael Wright's avatar Michael Wright Committed by Android (Google) Code Review
Browse files

Merge "Remove SurfaceControl.setPosition(int, int)"

parents ab6b77fd b7b696ee
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -339,11 +339,6 @@ public class SurfaceControl {
        nativeSetLayer(mNativeObject, zorder);
    }

    public void setPosition(int x, int y) {
        checkNotReleased();
        nativeSetPosition(mNativeObject, (float)x, (float)y);
    }

    public void setPosition(float x, float y) {
        checkNotReleased();
        nativeSetPosition(mNativeObject, x, y);