Searched defs:SCALE_Y (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/libs/hwui/
H A DAnimator.h196 SCALE_Y, enumerator in enum:android::uirenderer::RepeatMode::RenderPropertyAnimator::RenderProperty
H A DRenderNode.h86 SCALE_Y = 1 << 6, enumerator in enum:android::uirenderer::RenderNode::DirtyPropertyMask
/frameworks/support/dynamic-animation/src/android/support/animation/
H A DDynamicAnimation.java115 public static final ViewProperty SCALE_Y = new ViewProperty("scaleY") { field in class:DynamicAnimation
362 } else if (mProperty == SCALE_X || mProperty == SCALE_Y) {
/frameworks/base/core/java/android/view/
H A DRenderNodeAnimator.java43 public static final int SCALE_Y = 4; field in class:RenderNodeAnimator
72 put(ViewPropertyAnimator.SCALE_Y, SCALE_Y);
H A DViewPropertyAnimator.java146 static final int SCALE_Y = 0x0010; field in class:ViewPropertyAnimator
156 SCALE_X | SCALE_Y | ROTATION | ROTATION_X | ROTATION_Y | X | Y | Z;
710 animateProperty(SCALE_Y, value);
723 animatePropertyBy(SCALE_Y, value);
1009 case SCALE_Y:
1051 case SCALE_Y:
H A DView.java24475 public static final Property<View, Float> SCALE_Y = new FloatProperty<View>("scaleY") { field in class:View
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java1122 private static final Property<VGroup, Float> SCALE_Y = field in class:VectorDrawable.VGroup
1180 put("scaleY", SCALE_Y);

Completed in 707 milliseconds