Home | History | Annotate | Download | only in launcher2

Lines Matching full:scaley

422         PropertyValuesHolder scaleY = PropertyValuesHolder.ofFloat("scaleY", 1.0f);
424 LauncherAnimUtils.ofPropertyValuesHolder(this, alpha, scaleX, scaleY);
472 PropertyValuesHolder scaleY = PropertyValuesHolder.ofFloat("scaleY", 0.9f);
474 LauncherAnimUtils.ofPropertyValuesHolder(this, alpha, scaleX, scaleY);