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

Commit f3ee5e6e authored by Andrei Stingaceanu's avatar Andrei Stingaceanu
Browse files

[Magnifier - 7] Minor cleanup

Remove uselsess annotations on primitives.

Bug: 63531115
Test: bit FrameworksCoreTests:android.widget.TextViewActivityTest
Test: bit CtsWidgetTestCases:android.widget.cts.TextViewTest
Test: manual test that shows the magnifier working
Change-Id: I1e15e18d57af23d25a347d644ea57372e32adb59
parent a34524e7
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -151,7 +151,6 @@ public final class Magnifier {
    /**
     * @return the height of the magnifier window.
     */
    @NonNull
    public int getHeight() {
        return mWindowHeight;
    }
@@ -159,7 +158,6 @@ public final class Magnifier {
    /**
     * @return the width of the magnifier window.
     */
    @NonNull
    public int getWidth() {
        return mWindowWidth;
    }
@@ -167,7 +165,6 @@ public final class Magnifier {
    /**
     * @return the zoom scale of the magnifier.
     */
    @NonNull
    public float getZoomScale() {
        return mZoomScale;
    }