Home
last modified time | relevance | path

Searched refs:createRevealAnimator (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DIconShape.java82 public abstract <T extends View & ClipPathView> Animator createRevealAnimator(T target, in createRevealAnimator() method in IconShape
91 public final <T extends View & ClipPathView> Animator createRevealAnimator(T target, in createRevealAnimator() method in IconShape.SimpleRectShape
99 }.createRevealAnimator(target, isReversed); in createRevealAnimator() method in IconShape
124 public final <T extends View & ClipPathView> Animator createRevealAnimator(T target,
/packages/apps/Launcher3/src/com/android/launcher3/anim/
DRevealOutlineAnimation.java29 public ValueAnimator createRevealAnimator(final View revealView, boolean isReversed) { in createRevealAnimator() method in RevealOutlineAnimation
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderAnimationManager.java238 play(a, getShape().createRevealAnimator( in getAnimator()
250 play(a, getShape().createRevealAnimator( in getAnimator()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DTaskMenuView.java283 .createRevealAnimator(this, closing);
/packages/apps/Launcher3/src/com/android/launcher3/views/
DClipIconView.java206 mRevealAnimator = (ValueAnimator) IconShape.getShape().createRevealAnimator( in update()