Home | History | Annotate | Download | only in launcher3

Lines Matching refs:motionAnim

2774         AnimatorSet motionAnim = new AnimatorSet();
2775 motionAnim.setInterpolator(new DecelerateInterpolator(2));
2776 motionAnim.playTogether(
2779 animations.add(motionAnim);