docs: bug 72853855, wrong parameter

Test: make ds-docs

Bug: 72853855

Change-Id: Id6e64cba2af10488b677daabb5e113f278aa0f95
Exempt-From-Owner-Approval: Docs-only change
This commit is contained in:
kopriva
2018-09-29 14:22:07 -07:00
parent 0712cf3e18
commit b350c7e53c

View File

@@ -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.
*/