Merge "docs: bug 72853855, wrong parameter" into pi-dev
am: 1f86e2f4ca
Change-Id: I95b3d8fe6ca585a5dc4168ced763ae1a9a70feb7
This commit is contained in:
@@ -15592,7 +15592,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
|
* 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
|
* {@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.
|
* @param z The visual z position of this view, in pixels.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user