Searched refs:SCALE_Y (Results 1 - 15 of 15) sorted by relevance

/frameworks/base/core/java/android/view/
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 DRenderNodeAnimator.java43 public static final int SCALE_Y = 4; field in class:RenderNodeAnimator
72 put(ViewPropertyAnimator.SCALE_Y, SCALE_Y);
H A DView.java24475 public static final Property<View, Float> SCALE_Y = new FloatProperty<View>("scaleY") { field in class:View
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DAnimationFilter.java53 animate(View.SCALE_Y);
H A DViewState.java111 return View.SCALE_Y;
/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/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
H A DAnimator.cpp322 {RenderNode::SCALE_Y, &RenderProperties::getScaleY, &RenderProperties::setScaleY },
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DTouchAnimator.java166 return View.SCALE_Y;
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskViewTransform.java168 PropertyValuesHolder.ofFloat(View.SCALE_Y, v.getScaleX(), scale));
/frameworks/support/dynamic-animation/tests/src/android/support/dynamicanimation/tests/
H A DSpringTests.java491 final SpringAnimation anim = new SpringAnimation(mView1, DynamicAnimation.SCALE_Y, 0.0f);
614 DynamicAnimation.SCALE_X, DynamicAnimation.SCALE_Y, DynamicAnimation.ROTATION,
/frameworks/base/core/jni/
H A Dandroid_view_RenderNode.cpp237 return SET_AND_DIRTY(setScaleY, sy, RenderNode::SCALE_Y);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDessertCaseView.java430 ObjectAnimator.ofFloat(v, View.SCALE_Y, (float) scale)
/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 285 milliseconds