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

Commit fe98be75 authored by Michael Wright's avatar Michael Wright Committed by Android Git Automerger
Browse files

am 65b0052a: Merge "Remove SurfaceControl.setPosition(int, int)"

* commit '65b0052a':
  Remove SurfaceControl.setPosition(int, int)
parents 835aac39 65b0052a
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);