diff options
| author | 2015-06-04 18:03:49 -0700 | |
|---|---|---|
| committer | 2015-06-04 18:03:49 -0700 | |
| commit | d9ff4df850e9e22915d09047c953765c84dcfb84 (patch) | |
| tree | 85e18ff93c393c75c990c38e34eff52484d645d7 | |
| parent | 05ae9b56aec7c1a261eb84741b43e40351d20bd4 (diff) | |
Stylus scale - API review feedback
Fixed typo and javadoc error.
Bug: 21572278
Change-Id: Ia710971f1f4a97df7ed8e898d972f617465900b9
| -rw-r--r-- | core/java/android/view/ScaleGestureDetector.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/view/ScaleGestureDetector.java b/core/java/android/view/ScaleGestureDetector.java index 7b0f1fbe7ee1..37e400014781 100644 --- a/core/java/android/view/ScaleGestureDetector.java +++ b/core/java/android/view/ScaleGestureDetector.java @@ -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; |