Home | History | Annotate | Download | only in launcher3

Lines Matching refs:ofFloat

1133             ValueAnimator va = LauncherAnimUtils.ofFloat(child, 0f, 1f);
2342 ValueAnimator va = LauncherAnimUtils.ofFloat(child, 0f, 1f);
2389 LauncherAnimUtils.ofFloat(child, "scaleX", getChildrenScale()),
2390 LauncherAnimUtils.ofFloat(child, "scaleY", getChildrenScale()),
2391 LauncherAnimUtils.ofFloat(child, "translationX", 0f),
2392 LauncherAnimUtils.ofFloat(child, "translationY", 0f)