Home | History | Annotate | Download | only in launcher3

Lines Matching refs:LauncherAnimUtils

1019             ValueAnimator va = LauncherAnimUtils.ofFloat(child, 0f, 1f);
2228 ValueAnimator va = LauncherAnimUtils.ofFloat(child, 0f, 1f);
2272 AnimatorSet s = LauncherAnimUtils.createAnimatorSet();
2275 LauncherAnimUtils.ofFloat(child, "scaleX", getChildrenScale()),
2276 LauncherAnimUtils.ofFloat(child, "scaleY", getChildrenScale()),
2277 LauncherAnimUtils.ofFloat(child, "translationX", 0f),
2278 LauncherAnimUtils.ofFloat(child, "translationY", 0f)