Home | History | Annotate | Download | only in launcher3

Lines Matching full:scaley

449         PropertyValuesHolder scaleY = PropertyValuesHolder.ofFloat("scaleY", 1.0f);
451 LauncherAnimUtils.ofPropertyValuesHolder(this, alpha, scaleX, scaleY);
522 PropertyValuesHolder scaleY = PropertyValuesHolder.ofFloat("scaleY", 0.9f);
524 LauncherAnimUtils.ofPropertyValuesHolder(this, alpha, scaleX, scaleY);
1212 float scaleY = getScaleY();
1218 setScaleY(scaleY);