Home | History | Annotate | Download | only in view

Lines Matching refs:scaleY

2638          * based on the rotation, scaleX, and scaleY properties. The identity matrix
2647 * based on the rotation, scaleX, and scaleY properties. The identity matrix
9323 * @param scaleY The scaling factor.
9329 public void setScaleY(float scaleY) {
9332 if (info.mScaleY != scaleY) {
9334 info.mScaleY = scaleY;
9338 mDisplayList.setScaleY(scaleY);
17546 * A Property wrapper around the <code>scaleY</code> functionality handled by the
17549 public static final Property<View, Float> SCALE_Y = new FloatProperty<View>("scaleY") {