Home
last modified time | relevance | path

Searched defs:createRevealAnimator (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DIconShape.java103 public abstract <T extends View & ClipPathView> Animator createRevealAnimator(T target, in createRevealAnimator() method in IconShape
117 public final <T extends View & ClipPathView> Animator createRevealAnimator(T target, in createRevealAnimator() method in IconShape.SimpleRectShape
125 }.createRevealAnimator(target, isReversed); in createRevealAnimator() method in IconShape
/packages/apps/Launcher3/src/com/android/launcher3/anim/
DRevealOutlineAnimation.java29 public ValueAnimator createRevealAnimator(final View revealView, boolean isReversed) { in createRevealAnimator() method in RevealOutlineAnimation