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

/frameworks/support/compat/api21/android/support/v4/view/
H A DViewCompatLollipop.java60 public static float getTranslationZ(View view) { method in class:ViewCompatLollipop
61 return view.getTranslationZ();
/frameworks/base/core/java/android/view/
H A DRenderNode.java481 * @see #getTranslationZ()
492 public float getTranslationZ() { method in class:RenderNode
H A DView.java12783 return getElevation() + getTranslationZ();
12895 public float getTranslationZ() { method in class:View
12896 return mRenderNode.getTranslationZ();
12905 if (translationZ != getTranslationZ()) {
22082 * {@link View#setTranslationZ(float)} and {@link View#getTranslationZ()} methods.
22092 return object.getTranslationZ();
23840 stream.addProperty("drawing:translationZ", getTranslationZ());
/frameworks/base/libs/hwui/
H A DRenderProperties.h287 float getTranslationZ() const { function in class:android::uirenderer::RenderProperties
317 return getElevation() + getTranslationZ();
/frameworks/support/compat/java/android/support/v4/view/
H A DViewCompat.java442 float getTranslationZ(View view); method in interface:ViewCompat.ViewCompatImpl
884 public float getTranslationZ(View view) { method in class:ViewCompat.BaseViewCompatImpl
1112 return getTranslationZ(view) + getElevation(view);
1649 public float getTranslationZ(View view) { method in class:ViewCompat.LollipopViewCompatImpl
1650 return ViewCompatLollipop.getTranslationZ(view);
2928 public static float getTranslationZ(View view) { method in class:ViewCompat
2929 return IMPL.getTranslationZ(view);

Completed in 259 milliseconds