Searched defs:setScaleY (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DDrawableHolder.java170 public void setScaleY(float value) { method in class:DrawableHolder
/frameworks/base/core/jni/
H A Dandroid_graphics_drawable_VectorDrawable.cpp241 static void setScaleY(JNIEnv*, jobject, jlong groupPtr, jfloat scaleY) { function in namespace:android
243 group->mutateStagingProperties()->setScaleY(scaleY);
390 {"nSetScaleY", "(JF)V", (void*)setScaleY},
/frameworks/base/core/java/android/view/
H A DRenderNode.java608 * @see View#setScaleY(float)
611 public boolean setScaleY(float scaleY) { method in class:RenderNode
618 * @see #setScaleY(float)
H A DView.java5298 setScaleY(sy);
13990 public void setScaleY(float scaleY) { method in class:View
13993 mRenderNode.setScaleY(scaleY);
14045 * and {@link #setScaleY(float) scaled}.
14062 * and {@link #setScaleY(float) scaled}. By default, the pivot point is centered on the object.
24473 * {@link View#setScaleY(float)} and {@link View#getScaleY()} methods.
24478 object.setScaleY(value);
/frameworks/base/libs/hwui/
H A DRenderProperties.h354 bool setScaleY(float scaleY) { function in class:android::uirenderer::RenderProperties
H A DVectorDrawable.h449 void setScaleY(float scaleY) { function in class:android::uirenderer::VectorDrawable::Group::GroupProperties
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java1476 public void setScaleY(float scaleY) { method in class:VectorDrawableCompat.VGroup
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java1126 object.setScaleY(value);
1458 public void setScaleY(float scaleY) { method in class:VectorDrawable.VGroup
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java290 group.setScaleY(scaleY);
371 group.setScaleY(scaleY);
823 return this::setScaleY;
932 private void setScaleY(float scaleY) { method in class:VectorDrawable_Delegate.VGroup_Delegate
/frameworks/support/compat/java/android/support/v4/view/
H A DViewCompat.java2617 * @deprecated Use {@link View#setScaleY(float)} directly.
2620 public static void setScaleY(View view, float value) { method in class:ViewCompat
2621 view.setScaleY(value);
2653 * float) rotated} and {@link #setScaleY(View, float) scaled}.
2666 * {@link #setRotation(View, float) rotated} and {@link #setScaleY(View, float) scaled}.

Completed in 5306 milliseconds