Home | History | Annotate | Download | only in stack

Lines Matching defs:scaleY

121     public float scaleY = 1.0f;
131 scaleY = viewState.scaleY;
142 scaleY = view.getScaleY();
186 // apply scaleY
189 updateAnimation(view, SCALE_Y_PROPERTY, scaleY);
190 } else if (view.getScaleY() != scaleY) {
191 view.setScaleY(scaleY);
305 if (child.getScaleY() != scaleY) {
306 PropertyAnimator.startAnimation(child, SCALE_Y_PROPERTY, scaleY, animationProperties);