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

/frameworks/base/core/java/com/android/internal/widget/
H A DDrawableHolder.java190 public float getScaleY() { method in class:DrawableHolder
/frameworks/base/core/jni/
H A Dandroid_graphics_drawable_VectorDrawable.cpp236 static jfloat getScaleY(JNIEnv*, jobject, jlong groupPtr) { function in namespace:android
238 return group->stagingProperties()->getScaleY();
389 {"nGetScaleY", "(J)F", (void*)getScaleY},
/frameworks/base/core/java/android/view/
H A DRenderNode.java609 * @see #getScaleY()
620 public float getScaleY() { method in class:RenderNode
H A DView.java13762 * @see #getScaleY()
14044 public float getScaleY() { method in class:View
14045 return mRenderNode.getScaleY();
14059 if (scaleY != getScaleY()) {
14075 * @see #getScaleY()
14096 * @see #getScaleY()
14117 * @see #getScaleY()
14137 * @see #getScaleY()
24546 * {@link View#setScaleY(float)} and {@link View#getScaleY()} methods.
24556 return object.getScaleY();
[all...]
/frameworks/base/libs/hwui/
H A DRenderProperties.h358 float getScaleY() const { function in class:android::uirenderer::RenderProperties
H A DVectorDrawable.h448 float getScaleY() const { function in class:android::uirenderer::VectorDrawable::Group::GroupProperties
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java1473 public float getScaleY() { method in class:VectorDrawableCompat.VGroup
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java1138 return object.getScaleY();
1460 public float getScaleY() { method in class:VectorDrawable.VGroup
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java275 properties.put(VGroup_Delegate.SCALE_Y_INDEX, group.getScaleY());
365 return group.getScaleY();
928 private float getScaleY() { method in class:VectorDrawable_Delegate.VGroup_Delegate
/frameworks/support/compat/java/android/support/v4/view/
H A DViewCompat.java2650 * @see #getScaleY(View)
2929 * @deprecated Use {@link View#getScaleY()} directly.
2932 public static float getScaleY(View view) { method in class:ViewCompat
2933 return view.getScaleY();

Completed in 896 milliseconds