Home
last modified time | relevance | path

Searched refs:SCALE_Y (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java145 static final int SCALE_Y = 0x0010; field in ViewPropertyAnimator
155 SCALE_X | SCALE_Y | ROTATION | ROTATION_X | ROTATION_Y | X | Y | Z;
709 animateProperty(SCALE_Y, value); in scaleY()
722 animatePropertyBy(SCALE_Y, value); in scaleYBy()
1008 case SCALE_Y: in setValue()
1050 case SCALE_Y: in getValue()
DRenderNodeAnimator.java43 public static final int SCALE_Y = 4; field in RenderNodeAnimator
72 put(ViewPropertyAnimator.SCALE_Y, SCALE_Y);
DView.java20945 public static final Property<View, Float> SCALE_Y = new FloatProperty<View>("scaleY") {
/frameworks/base/docs/html/training/animation/
Dzoom.jd180 android.view.View#SCALE_X}, and <code>{@link android.view.View#SCALE_Y}</code>)
250 // Set the pivot point for SCALE_X and SCALE_Y transformations
257 // scale properties (X, Y, SCALE_X, and SCALE_Y).
266 View.SCALE_Y, startScale, 1f));
307 View.SCALE_Y, startScaleFinal));
/frameworks/base/libs/hwui/
DRenderNode.h83 SCALE_Y = 1 << 6, enumerator
DAnimator.h127 SCALE_Y, enumerator
DAnimator.cpp192 {RenderNode::SCALE_Y, &RenderProperties::getScaleY, &RenderProperties::setScaleY },
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDessertCaseView.java423 ObjectAnimator.ofFloat(v, View.SCALE_Y, (float) scale)
/frameworks/base/core/jni/
Dandroid_view_RenderNode.cpp247 return SET_AND_DIRTY(setScaleY, sy, RenderNode::SCALE_Y); in android_view_RenderNode_setScaleY()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackStateAnimator.java719 PropertyValuesHolder.ofFloat(View.SCALE_Y, child.getScaleY(), newEndValue); in startScaleAnimation()
/frameworks/base/api/
Dcurrent.txt36438 field public static final android.util.Property<android.view.View, java.lang.Float> SCALE_Y;
Dsystem-current.txt38730 field public static final android.util.Property<android.view.View, java.lang.Float> SCALE_Y;