Searched defs:setScaleY (Results 1 - 6 of 6) 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/base/core/java/com/android/internal/widget/multiwaveview/
H A DTargetDrawable.java188 public void setScaleY(float y) { method in class:TargetDrawable
/frameworks/base/core/java/android/view/
H A DDisplayList.java489 * @see View#setScaleY(float)
492 public abstract void setScaleY(float scaleY); method in class:DisplayList
497 * @see #setScaleY(float)
H A DGLES20DisplayList.java291 public void setScaleY(float scaleY) { method in class:GLES20DisplayList
H A DView.java3757 setScaleY(sy);
9329 public void setScaleY(float scaleY) { method in class:View
9338 mDisplayList.setScaleY(scaleY);
9400 * and {@link #setScaleY(float) scaled}.
9417 * and {@link #setScaleY(float) scaled}. By default, the pivot point is centered on the object.
17547 * {@link View#setScaleY(float)} and {@link View#getScaleY()} methods.
17552 object.setScaleY(value);
/frameworks/base/libs/hwui/
H A DDisplayList.h278 void setScaleY(float scaleY) { function in class:android::uirenderer::DisplayList

Completed in 293 milliseconds