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

Commit 39b9f424 authored by Mihai Popa's avatar Mihai Popa Committed by Android (Google) Code Review
Browse files

Merge "[Magnifier - 18] Make #update() public"

parents 08455995 10d69ea7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -52286,6 +52286,7 @@ package android.widget {
    ctor public Magnifier(android.view.View);
    method public void dismiss();
    method public void show(float, float);
    method public void update();
  }
  public class MediaController extends android.widget.FrameLayout {
+0 −2
Original line number Diff line number Diff line
@@ -182,8 +182,6 @@ public final class Magnifier {
    /**
     * Forces the magnifier to update its content. It uses the previous coordinates passed to
     * {@link #show(float, float)}. This only happens if the magnifier is currently showing.
     *
     * @hide
     */
    public void update() {
        if (mWindow.isShowing()) {