Home
last modified time | relevance | path

Searched refs:SCALE_X (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java146 static final int SCALE_X = 0x0008; field in ViewPropertyAnimator
157 SCALE_X | SCALE_Y | ROTATION | ROTATION_X | ROTATION_Y | X | Y | Z;
685 animateProperty(SCALE_X, value); in scaleX()
698 animatePropertyBy(SCALE_X, value); in scaleXBy()
1007 case SCALE_X: in setValue()
1050 case SCALE_X: in getValue()
DRenderNodeAnimator.java42 public static final int SCALE_X = 3; field in RenderNodeAnimator
71 put(ViewPropertyAnimator.SCALE_X, SCALE_X);
DView.java19662 public static final Property<View, Float> SCALE_X = new FloatProperty<View>("scaleX") {
/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).
264 .with(ObjectAnimator.ofFloat(expandedImageView, View.SCALE_X,
304 View.SCALE_X, startScaleFinal))
/frameworks/base/libs/hwui/
DAnimator.h124 SCALE_X, enumerator
DRenderNode.h84 SCALE_X = 1 << 5, enumerator
DAnimator.cpp193 {RenderNode::SCALE_X, &RenderProperties::getScaleX, &RenderProperties::setScaleX },
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDessertCaseView.java422 ObjectAnimator.ofFloat(v, View.SCALE_X, (float) scale),
/frameworks/base/core/jni/
Dandroid_view_RenderNode.cpp248 return SET_AND_DIRTY(setScaleX, sx, RenderNode::SCALE_X); in android_view_RenderNode_setScaleX()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackStateAnimator.java664 PropertyValuesHolder.ofFloat(View.SCALE_X, child.getScaleX(), newEndValue); in startScaleAnimation()
/frameworks/base/core/java/android/widget/
DFastScroller.java1541 return ObjectAnimator.ofFloat(v, View.SCALE_X, target); in animateScaleX()
/frameworks/base/api/
Dsystem-current.txt36070 field public static final android.util.Property<android.view.View, java.lang.Float> SCALE_X;
Dcurrent.txt33837 field public static final android.util.Property<android.view.View, java.lang.Float> SCALE_X;