Searched refs:animationEndStyle (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
D | DragLayer.java | 234 float scaleX, float scaleY, int animationEndStyle, Runnable onFinishRunnable, in animateViewIntoPosition() argument 237 onFinishRunnable, animationEndStyle, duration, null); in animateViewIntoPosition() 304 int animationEndStyle, int duration, View anchorView) { in animateViewIntoPosition() argument 307 null, onCompleteRunnable, animationEndStyle, anchorView); in animateViewIntoPosition() 330 final int animationEndStyle, View anchorView) { in animateView() argument 372 playDropAnimation(view, anim.buildAnim(), animationEndStyle); in animateView() 378 public void playDropAnimation(final DragView view, Animator animator, int animationEndStyle) { in playDropAnimation() argument 387 if (animationEndStyle == ANIMATION_END_DISAPPEAR) { in playDropAnimation()
|