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

/frameworks/base/core/java/com/android/internal/widget/
H A DDrawableHolder.java190 public float getScaleY() { method in class:DrawableHolder
/frameworks/support/v4/honeycomb/android/support/v4/view/
H A DViewCompatHC.java90 public static float getScaleY(View view) { method in class:ViewCompatHC
91 return view.getScaleY();
/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();
387 {"nGetScaleY", "!(J)F", (void*)getScaleY},
/frameworks/base/core/java/android/view/
H A DRenderNode.java586 * @see #getScaleY()
597 public float getScaleY() { method in class:RenderNode
H A DView.java11801 * @see #getScaleY()
12083 public float getScaleY() { method in class:View
12084 return mRenderNode.getScaleY();
12098 if (scaleY != getScaleY()) {
12114 * @see #getScaleY()
12135 * @see #getScaleY()
12156 * @see #getScaleY()
12176 * @see #getScaleY()
22040 * {@link View#setScaleY(float)} and {@link View#getScaleY()} methods.
22050 return object.getScaleY();
[all...]
/frameworks/base/libs/hwui/
H A DRenderProperties.h356 float getScaleY() const { function in class:android::uirenderer::RenderProperties
H A DVectorDrawable.h450 float getScaleY() const { function in class:android::uirenderer::VectorDrawable::Group::GroupProperties
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java263 properties.put(VGroup_Delegate.SCALE_Y_INDEX, group.getScaleY());
353 return group.getScaleY();
925 private float getScaleY() { method in class:VectorDrawable_Delegate.VGroup_Delegate
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java1301 public float getScaleY() { method in class:VectorDrawableCompat.VGroup
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java411 float getScaleY(View view); method in interface:ViewCompat.ViewCompatImpl
739 public float getScaleY(View view) { method in class:ViewCompat.BaseViewCompatImpl
1274 public float getScaleY(View view) { method in class:ViewCompat.HCViewCompatImpl
1275 return ViewCompatHC.getScaleY(view);
2544 * @see #getScaleY(View)
2792 public static float getScaleY(View view) { method in class:ViewCompat
2793 return IMPL.getScaleY(view);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java1251 public float getScaleY() { method in class:VectorDrawable.VGroup

Completed in 286 milliseconds