diff options
| author | Michael Wright <michaelwr@google.com> | 2013-04-24 20:41:20 -0700 |
|---|---|---|
| committer | Michael Wright <michaelwr@google.com> | 2013-04-24 20:41:20 -0700 |
| commit | 072137c80a9ce30a1c79cc416932a24bd2e4dccb (patch) | |
| tree | 909e0d9d89360b49ab506923eead21a1fef5d2f3 /core/java/android/view/InputDevice.java | |
| parent | a3b5bae9cf9e28e5d461c543e9c3fc7920a2330c (diff) | |
Fixed javadoc in input related classes
Change-Id: Ie415f812a0f473488d74119dab18296a488db6b9
Diffstat (limited to 'core/java/android/view/InputDevice.java')
| -rw-r--r-- | core/java/android/view/InputDevice.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/java/android/view/InputDevice.java b/core/java/android/view/InputDevice.java index 2595ee5fdf29..2a761c1b380f 100644 --- a/core/java/android/view/InputDevice.java +++ b/core/java/android/view/InputDevice.java @@ -533,7 +533,6 @@ public final class InputDevice implements Parcelable { * * @see MotionEvent#AXIS_X * @see MotionEvent#AXIS_Y - * @see #getSupportedAxes() */ public MotionRange getMotionRange(int axis) { final int numRanges = mMotionRanges.size(); @@ -559,7 +558,6 @@ public final class InputDevice implements Parcelable { * * @see MotionEvent#AXIS_X * @see MotionEvent#AXIS_Y - * @see #getSupportedAxes() */ public MotionRange getMotionRange(int axis, int source) { final int numRanges = mMotionRanges.size(); |
