Merge "docs: bug 72853855, wrong parameter" into pi-dev am: 1f86e2f4ca

am: 978a89cfcb

Change-Id: Id1a616342ae1198d9f44718087dac3700686025c
This commit is contained in:
kopriva
2018-10-01 12:46:25 -07:00
committed by android-build-merger

View File

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