Searched defs:TRANSLATION_Y (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DAnimationProps.java43 @IntDef({ALL, TRANSLATION_X, TRANSLATION_Y, TRANSLATION_Z, ALPHA, SCALE, BOUNDS})
48 public static final int TRANSLATION_Y = 2; field in class:AnimationProps
/frameworks/base/libs/hwui/
H A DAnimator.h172 TRANSLATION_Y, enumerator in enum:android::uirenderer::RenderPropertyAnimator::RenderProperty
H A DRenderNode.h96 TRANSLATION_Y = 1 << 3, enumerator in enum:android::uirenderer::RenderNode::DirtyPropertyMask
/frameworks/base/core/java/android/view/
H A DRenderNodeAnimator.java40 public static final int TRANSLATION_Y = 1; field in class:RenderNodeAnimator
69 put(ViewPropertyAnimator.TRANSLATION_Y, TRANSLATION_Y);
H A DViewPropertyAnimator.java142 static final int TRANSLATION_Y = 0x0002; field in class:ViewPropertyAnimator
154 private static final int TRANSFORM_MASK = TRANSLATION_X | TRANSLATION_Y | TRANSLATION_Z |
632 animateProperty(TRANSLATION_Y, value);
645 animatePropertyBy(TRANSLATION_Y, value);
990 case TRANSLATION_Y:
1038 case TRANSLATION_Y:
H A DView.java633 * properties, such as {@link #TRANSLATION_X} and {@link #TRANSLATION_Y}. These properties are
21898 public static final Property<View, Float> TRANSLATION_Y = new FloatProperty<View>("translationY") { field in class:View

Completed in 271 milliseconds