Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/graphics/
H A 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
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/anim/
H A DRevealOutlineAnimation.java32 public ValueAnimator createRevealAnimator(final View revealView, boolean isReversed) { in createRevealAnimator() method in RevealOutlineAnimation
45 public ValueAnimator createRevealAnimator(final View revealView, boolean isReversed, in createRevealAnimator() method in RevealOutlineAnimation
/aosp12/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_animation_RenderNodeAnimator.cpp130 static jlong createRevealAnimator(JNIEnv* env, jobject clazz, in createRevealAnimator() function