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

/frameworks/base/libs/hwui/
H A DRenderNode.h98 SCALE_X = 1 << 5, enumerator in enum:android::uirenderer::RenderNode::DirtyPropertyMask
H A DAnimator.h195 SCALE_X, enumerator in enum:android::uirenderer::RepeatMode::RenderPropertyAnimator::RenderProperty
/frameworks/base/core/java/android/view/
H A DRenderNodeAnimator.java42 public static final int SCALE_X = 3; field in class:RenderNodeAnimator
71 put(ViewPropertyAnimator.SCALE_X, SCALE_X);
H A DViewPropertyAnimator.java144 static final int SCALE_X = 0x0008; field in class:ViewPropertyAnimator
155 SCALE_X | SCALE_Y | ROTATION | ROTATION_X | ROTATION_Y | X | Y | Z;
683 animateProperty(SCALE_X, value);
696 animatePropertyBy(SCALE_X, value);
1005 case SCALE_X:
1048 case SCALE_X:
H A DView.java22196 public static final Property<View, Float> SCALE_X = new FloatProperty<View>("scaleX") { field in class:View
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java1127 private static final Property<VGroup, Float> SCALE_X = field in class:VectorDrawable.VGroup
1197 put("scaleX", SCALE_X);

Completed in 163 milliseconds