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

/frameworks/base/core/java/android/view/
H A DView.java17198 public static final Property<View, Float> SCALE_Y = new FloatProperty<View>("scaleY") { field in class:View
H A DViewPropertyAnimator.java129 private static final int SCALE_Y = 0x0008; field in class:ViewPropertyAnimator
137 private static final int TRANSFORM_MASK = TRANSLATION_X | TRANSLATION_Y | SCALE_X | SCALE_Y |
582 animateProperty(SCALE_Y, value);
595 animatePropertyBy(SCALE_Y, value);
871 case SCALE_Y:
911 case SCALE_Y:

Completed in 45 milliseconds