Home | History | Annotate | Download | only in launcher3

Lines Matching refs:motionAnim

2823         AnimatorSet motionAnim = new AnimatorSet();
2824 motionAnim.setInterpolator(new DecelerateInterpolator(2));
2825 motionAnim.playTogether(
2828 animations.add(motionAnim);