Home | History | Annotate | Download | only in launcher3

Lines Matching defs:alphaAnim

2830         AnimatorSet alphaAnim = new AnimatorSet();
2831 alphaAnim.setInterpolator(new LinearInterpolator());
2832 alphaAnim.playTogether(
2834 animations.add(alphaAnim);