Searched defs:TRANSLATION_X (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/android/view/
H A DView.java555 * properties, such as {@link #TRANSLATION_X} and {@link #TRANSLATION_Y}. These properties are
17070 public static final Property<View, Float> TRANSLATION_X = new FloatProperty<View>("translationX") { field in class:View
H A DViewPropertyAnimator.java126 private static final int TRANSLATION_X = 0x0001; field in class:ViewPropertyAnimator
137 private static final int TRANSFORM_MASK = TRANSLATION_X | TRANSLATION_Y | SCALE_X | SCALE_Y |
504 animateProperty(TRANSLATION_X, value);
517 animatePropertyBy(TRANSLATION_X, value);
847 case TRANSLATION_X:
899 case TRANSLATION_X:

Completed in 290 milliseconds