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

/frameworks/base/libs/hwui/
H A DRenderNode.h99 SCALE_Y = 1 << 6, enumerator in enum:android::uirenderer::RenderNode::DirtyPropertyMask
H A DAnimator.h196 SCALE_Y, enumerator in enum:android::uirenderer::RepeatMode::RenderPropertyAnimator::RenderProperty
/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.java145 static final int SCALE_Y = 0x0010; field in class:ViewPropertyAnimator
155 SCALE_X | SCALE_Y | ROTATION | ROTATION_X | ROTATION_Y | X | Y | Z;
709 animateProperty(SCALE_Y, value);
722 animatePropertyBy(SCALE_Y, value);
1008 case SCALE_Y:
1050 case SCALE_Y:
H A DView.java22212 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.java1109 private static final Property<VGroup, Float> SCALE_Y = field in class:VectorDrawable.VGroup
1167 put("scaleY", SCALE_Y);

Completed in 384 milliseconds