Searched defs:getScaleY (Results 1 - 8 of 8) 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/java/com/android/internal/widget/multiwaveview/
H A DTargetDrawable.java177 public float getScaleY() { method in class:TargetDrawable
/frameworks/support/v4/honeycomb/android/support/v4/view/
H A DViewCompatHC.java88 public static float getScaleY(View view) { method in class:ViewCompatHC
89 return view.getScaleY();
/frameworks/base/core/java/android/view/
H A DRenderNode.java627 * @see #getScaleY()
638 public float getScaleY() { method in class:RenderNode
H A DView.java10096 * @see #getScaleY()
10378 public float getScaleY() { method in class:View
10379 return mRenderNode.getScaleY();
10393 if (scaleY != getScaleY()) {
10409 * @see #getScaleY()
10430 * @see #getScaleY()
10451 * @see #getScaleY()
10471 * @see #getScaleY()
19676 * {@link View#setScaleY(float)} and {@link View#getScaleY()} methods.
19686 return object.getScaleY();
[all...]
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java1202 public float getScaleY() { method in class:VectorDrawable.VGroup
/frameworks/base/libs/hwui/
H A DRenderProperties.h327 float getScaleY() const { function in class:android::uirenderer::RenderProperties
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java305 public float getScaleY(View view); method in interface:ViewCompat.ViewCompatImpl
590 public float getScaleY(View view) { method in class:ViewCompat.BaseViewCompatImpl
903 public float getScaleY(View view) { method in class:ViewCompat.HCViewCompatImpl
904 return ViewCompatHC.getScaleY(view);
2185 public static float getScaleY(View view) { method in class:ViewCompat
2186 return IMPL.getScaleY(view);

Completed in 2463 milliseconds