Searched defs:TRANSLATION_Y (Results 1 - 7 of 7) 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.h193 TRANSLATION_Y, enumerator in enum:android::uirenderer::RepeatMode::RenderPropertyAnimator::RenderProperty
H A DRenderNode.h83 TRANSLATION_Y = 1 << 3, enumerator in enum:android::uirenderer::RenderNode::DirtyPropertyMask
/frameworks/support/dynamic-animation/src/android/support/animation/
H A DDynamicAnimation.java70 public static final ViewProperty TRANSLATION_Y = new ViewProperty("translationY") { field in class:DynamicAnimation
508 * animated is in pixels (i.e. {@link #TRANSLATION_X}, {@link #TRANSLATION_Y},
/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.java143 static final int TRANSLATION_Y = 0x0002; field in class:ViewPropertyAnimator
155 private static final int TRANSFORM_MASK = TRANSLATION_X | TRANSLATION_Y | TRANSLATION_Z |
633 animateProperty(TRANSLATION_Y, value);
646 animatePropertyBy(TRANSLATION_Y, value);
991 case TRANSLATION_Y:
1039 case TRANSLATION_Y:
H A DView.java643 * properties, such as {@link #TRANSLATION_X} and {@link #TRANSLATION_Y}. These properties are
24331 public static final Property<View, Float> TRANSLATION_Y = new FloatProperty<View>("translationY") { field in class:View

Completed in 1166 milliseconds