Home | History | Annotate | Download | only in launcher3

Lines Matching defs:reveal

231             // Setup the reveal view animation
298 Animator reveal = UiThreadCircularReveal.createCircularReveal(revealView, width / 2,
300 reveal.setDuration(revealDuration);
301 reveal.setInterpolator(new LogDecelerateInterpolator(100, 0));
303 reveal.addListener(listener);
305 animation.play(reveal);
314 // Hide the reveal view
439 // Hide the reveal view
468 // Hide the reveal view
572 // Setup animation for the reveal panel alpha
607 Animator reveal = UiThreadCircularReveal.createCircularReveal(revealView, width / 2,
609 reveal.setInterpolator(new LogDecelerateInterpolator(100, 0));
610 reveal.setDuration(revealDuration);
611 reveal.setStartDelay(itemsAlphaStagger);
613 reveal.addListener(listener);
615 animation.play(reveal);