Home | History | Annotate | Download | only in view

Lines Matching refs:translationZ

10814      * {@link #setTranslationZ(float) translationZ} property plus the current
10826 * {@link #setTranslationZ(float) translationZ} property to be the difference between
10941 public void setTranslationZ(float translationZ) {
10942 if (translationZ != getTranslationZ()) {
10944 mRenderNode.setTranslationZ(translationZ);
19430 * A Property wrapper around the <code>translationZ</code> functionality handled by the
19433 public static final Property<View, Float> TRANSLATION_Z = new FloatProperty<View>("translationZ") {