Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragLayer.java225 float scaleX, float scaleY, int animationEndStyle, Runnable onFinishRunnable, in animateViewIntoPosition() argument
228 onFinishRunnable, animationEndStyle, duration, null); in animateViewIntoPosition()
295 int animationEndStyle, int duration, View anchorView) { in animateViewIntoPosition() argument
298 null, onCompleteRunnable, animationEndStyle, anchorView); in animateViewIntoPosition()
321 final int animationEndStyle, View anchorView) { in animateView() argument
363 playDropAnimation(view, anim.buildAnim(), animationEndStyle); in animateView()
369 public void playDropAnimation(final DragView view, Animator animator, int animationEndStyle) { in playDropAnimation() argument
378 if (animationEndStyle == ANIMATION_END_DISAPPEAR) { in playDropAnimation()