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

/frameworks/support/v4/api21/android/support/v4/view/
H A DViewCompatApi21.java44 public static void setTranslationZ(View view, float translationZ) { method in class:ViewCompatApi21
45 view.setTranslationZ(translationZ);
/frameworks/base/core/java/android/view/
H A DRenderNode.java521 * @see View#setTranslationZ(float)
524 public boolean setTranslationZ(float translationZ) { method in class:RenderNode
531 * @see #setTranslationZ(float)
H A DView.java4180 setTranslationZ(tz);
10925 * {@link #setTranslationZ(float) translationZ} property plus the current
10937 * {@link #setTranslationZ(float) translationZ} property to be the difference between
10943 setTranslationZ(z - getElevation());
11052 public void setTranslationZ(float translationZ) { method in class:View
11055 mRenderNode.setTranslationZ(translationZ);
19548 * {@link View#setTranslationZ(float)} and {@link View#getTranslationZ()} methods.
19553 object.setTranslationZ(value);
/frameworks/base/libs/hwui/
H A DRenderProperties.h253 bool setTranslationZ(float translationZ) { function in class:android::uirenderer::RenderProperties
284 return setTranslationZ(value - getElevation());
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java327 public void setTranslationZ(View view, float translationZ); method in interface:ViewCompat.ViewCompatImpl
707 public void setTranslationZ(View view, float translationZ) { method in class:ViewCompat.BaseViewCompatImpl
1174 public void setTranslationZ(View view, float translationZ) { method in class:ViewCompat.Api21ViewCompatImpl
1175 ViewCompatApi21.setTranslationZ(view, translationZ);
2216 public static void setTranslationZ(View view, float translationZ) { method in class:ViewCompat
2217 IMPL.setTranslationZ(view, translationZ);

Completed in 150 milliseconds