HomeSort by relevance Sort by last modified time
    Searched defs:TRANSLATION_Z (Results 1 - 4 of 4) sorted by null

  /frameworks/base/libs/hwui/
RenderNode.h 81 TRANSLATION_Z = 1 << 4,
Animator.h 125 TRANSLATION_Z,
  /frameworks/base/core/java/android/view/
RenderNodeAnimator.java 41 public static final int TRANSLATION_Z = 2;
70 put(ViewPropertyAnimator.TRANSLATION_Z, TRANSLATION_Z);
ViewPropertyAnimator.java 143 static final int TRANSLATION_Z = 0x0004;
154 private static final int TRANSFORM_MASK = TRANSLATION_X | TRANSLATION_Y | TRANSLATION_Z |
658 animateProperty(TRANSLATION_Z, value);
671 animatePropertyBy(TRANSLATION_Z, value);
    [all...]

Completed in 64 milliseconds