Home | History | Annotate | Download | only in launcher3

Lines Matching defs:reveal

509             Animator reveal = UiThreadCircularReveal.createCircularReveal(this, (int) getPivotX(),
511 reveal.setDuration(mMaterialExpandDuration);
512 reveal.setInterpolator(new LogDecelerateInterpolator(100, 0));
529 anim.play(reveal);