Searched defs:setTranslationZ (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/view/
H A DRenderNode.java503 * @see View#setTranslationZ(float)
506 public boolean setTranslationZ(float translationZ) { method in class:RenderNode
513 * @see #setTranslationZ(float)
H A DView.java5292 setTranslationZ(tz);
14589 * {@link #setTranslationZ(float) translationZ} property plus the current
14601 * {@link #setTranslationZ(float) translationZ} property to be the difference between
14607 setTranslationZ(z - getElevation());
14717 public void setTranslationZ(float translationZ) { method in class:View
14720 mRenderNode.setTranslationZ(translationZ);
24345 * {@link View#setTranslationZ(float)} and {@link View#getTranslationZ()} methods.
24350 object.setTranslationZ(value);
/frameworks/base/libs/hwui/
H A DRenderProperties.h284 bool setTranslationZ(float translationZ) { function in class:android::uirenderer::RenderProperties
315 return setTranslationZ(value - getElevation());
/frameworks/support/compat/java/android/support/v4/view/
H A DViewCompat.java718 public void setTranslationZ(View view, float translationZ) { method in class:ViewCompat.ViewCompatBaseImpl
1233 public void setTranslationZ(View view, float translationZ) { method in class:ViewCompat.ViewCompatApi21Impl
1234 view.setTranslationZ(translationZ);
2755 public static void setTranslationZ(View view, float translationZ) { method in class:ViewCompat
2756 IMPL.setTranslationZ(view, translationZ);
3379 * {@link #setTranslationZ(View, float) translationZ} property plus the current
3390 * {@link #setTranslationZ(View, float) translationZ} property to be the difference between

Completed in 2110 milliseconds