Searched defs:translationZ (Results 1 – 7 of 7) sorted by relevance
418 float translationZ, float scaleX, float scaleY, float rotationX, in setTransforms()433 public final float translationZ; field in ChangeTransform.Transforms
655 public @NonNull ViewPropertyAnimator translationZ(float value) { in translationZ() method in ViewPropertyAnimator
20199 public void setTranslationZ(float translationZ) { in setTranslationZ()
1164 public boolean setTranslationZ(float translationZ) { in setTranslationZ()1878 private static native boolean nSetTranslationZ(long renderNode, float translationZ); in nSetTranslationZ()
275 bool setTranslationZ(float translationZ) { in setTranslationZ()
2890 float translationZ = MathUtils.lerp(params.getStartTranslationZ(), in applyLaunchAnimationParams() local
4686 float translationZ = expandableView.getTranslationZ(); in updateViewShadows() local