Searched defs:createCircularReveal (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewAnimationUtils.java52 * Animator delayAnimator = ViewAnimationUtils.createCircularReveal(view, centerX, centerY, startRadius, startRadius);
54 * Animator revealAnimator = ViewAnimationUtils.createCircularReveal(view, centerX, centerY, startRadius, endRadius);
69 public static Animator createCircularReveal(View view, method in class:ViewAnimationUtils

Completed in 64 milliseconds