am 0f2f9f7a: Merge "Stylus scale - API review feedback" into mnc-dev

* commit '0f2f9f7a51a43ef8ca1d977f62cf649d08d6ec84':
  Stylus scale - API review feedback
This commit is contained in:
Mady Mellor
2015-06-05 16:00:34 +00:00
committed by Android Git Automerger

View File

@@ -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;