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

Commit d9ff4df8 authored by Mady Mellor's avatar Mady Mellor
Browse files

Stylus scale - API review feedback

Fixed typo and javadoc error.

Bug: 21572278
Change-Id: Ia710971f1f4a97df7ed8e898d972f617465900b9
parent 05ae9b56
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -516,8 +516,8 @@ public class ScaleGestureDetector {
    }

    /**
     * Return whether the stylus scale gesture, in which the user uses a stylus
     * and presses the button, should preform scaling. {@see #setButtonScaleEnabled(boolean)}.
     * Return whether the stylus scale gesture, in which the user uses a stylus and presses the
     * button, should perform scaling. {@see #setStylusScaleEnabled(boolean)}
     */
    public boolean isStylusScaleEnabled() {
        return mStylusScaleEnabled;