Searched defs:setScaleY (Results 1 - 11 of 11) 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/support/compat/honeycomb/android/support/v4/view/
H A DViewCompatHC.java134 public static void setScaleY(View view, float value) { method in class:ViewCompatHC
135 view.setScaleY(value);
/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);
388 {"nSetScaleY", "!(JF)V", (void*)setScaleY},
/frameworks/base/core/java/android/view/
H A DRenderNode.java585 * @see View#setScaleY(float)
588 public boolean setScaleY(float scaleY) { method in class:RenderNode
595 * @see #setScaleY(float)
H A DView.java4687 setScaleY(sy);
12181 public void setScaleY(float scaleY) { method in class:View
12184 mRenderNode.setScaleY(scaleY);
12236 * and {@link #setScaleY(float) scaled}.
12253 * and {@link #setScaleY(float) scaled}. By default, the pivot point is centered on the object.
22210 * {@link View#setScaleY(float)} and {@link View#getScaleY()} methods.
22215 object.setScaleY(value);
/frameworks/base/libs/hwui/
H A DRenderProperties.h352 bool setScaleY(float scaleY) { function in class:android::uirenderer::RenderProperties
H A DVectorDrawable.h453 void setScaleY(float scaleY) { function in class:android::uirenderer::VectorDrawable::Group::GroupProperties
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java278 group.setScaleY(scaleY);
359 group.setScaleY(scaleY);
797 return this::setScaleY;
929 private void setScaleY(float scaleY) { method in class:VectorDrawable_Delegate.VGroup_Delegate
/frameworks/support/compat/java/android/support/v4/view/
H A DViewCompat.java429 void setScaleY(View view, float value); method in interface:ViewCompat.ViewCompatImpl
818 public void setScaleY(View view, float value) { method in class:ViewCompat.BaseViewCompatImpl
1258 public void setScaleY(View view, float value) { method in class:ViewCompat.HCViewCompatImpl
1259 ViewCompatHC.setScaleY(view, value);
2815 public static void setScaleY(View view, float value) { method in class:ViewCompat
2816 IMPL.setScaleY(view, value);
2847 * float) rotated} and {@link #setScaleY(View, float) scaled}.
2859 * {@link #setRotation(View, float) rotated} and {@link #setScaleY(View, float) scaled}.
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java1469 public void setScaleY(float scaleY) { method in class:VectorDrawableCompat.VGroup
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java1113 object.setScaleY(value);
1430 public void setScaleY(float scaleY) { method in class:VectorDrawable.VGroup

Completed in 430 milliseconds