diff options
| author | kopriva <kopriva@google.com> | 2018-09-29 14:22:07 -0700 |
|---|---|---|
| committer | kopriva <kopriva@google.com> | 2018-09-29 14:22:07 -0700 |
| commit | b350c7e53ca511e906fc3a12e1ced0fb0401ff07 (patch) | |
| tree | f91845de044e56394f8bed6fe2e84ca809d492a7 /core/java | |
| parent | 0712cf3e18ff0a5d0c82a598e0c1ece06b9820f2 (diff) | |
docs: bug 72853855, wrong parameter
Test: make ds-docs
Bug: 72853855
Change-Id: Id6e64cba2af10488b677daabb5e113f278aa0f95
Exempt-From-Owner-Approval: Docs-only change
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/view/View.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/view/View.java b/core/java/android/view/View.java index 2c9e543c3abd..04e818247e39 100644 --- a/core/java/android/view/View.java +++ b/core/java/android/view/View.java @@ -15493,7 +15493,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, /** * Sets the visual z position of this view, in pixels. This is equivalent to setting the * {@link #setTranslationZ(float) translationZ} property to be the difference between - * the x value passed in and the current {@link #getElevation() elevation} property. + * the z value passed in and the current {@link #getElevation() elevation} property. * * @param z The visual z position of this view, in pixels. */ |
