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/v4/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.java4659 setScaleY(sy);
12097 public void setScaleY(float scaleY) { method in class:View
12100 mRenderNode.setScaleY(scaleY);
12152 * and {@link #setScaleY(float) scaled}.
12169 * and {@link #setScaleY(float) scaled}. By default, the pivot point is centered on the object.
22040 * {@link View#setScaleY(float)} and {@link View#getScaleY()} methods.
22045 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/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java1306 public void setScaleY(float scaleY) { method in class:VectorDrawableCompat.VGroup
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java422 void setScaleY(View view, float value); method in interface:ViewCompat.ViewCompatImpl
799 public void setScaleY(View view, float value) { method in class:ViewCompat.BaseViewCompatImpl
1232 public void setScaleY(View view, float value) { method in class:ViewCompat.HCViewCompatImpl
1233 ViewCompatHC.setScaleY(view, value);
2719 public static void setScaleY(View view, float value) { method in class:ViewCompat
2720 IMPL.setScaleY(view, value);
2751 * float) rotated} and {@link #setScaleY(View, float) scaled}.
2763 * {@link #setRotation(View, float) rotated} and {@link #setScaleY(View, float) scaled}.
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java1256 public void setScaleY(float scaleY) { method in class:VectorDrawable.VGroup

Completed in 209 milliseconds