Searched refs:animationEndStyle (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | DragLayer.java | 459 float scaleX, float scaleY, int animationEndStyle, Runnable onFinishRunnable, in animateViewIntoPosition() argument 467 onFinishRunnable, animationEndStyle, duration, null); in animateViewIntoPosition() 536 int animationEndStyle, int duration, View anchorView) { in animateViewIntoPosition() argument 541 null, null, onCompleteRunnable, animationEndStyle, anchorView); in animateViewIntoPosition() 569 final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) { in animateView() argument 630 animateView(view, updateCb, duration, interpolator, onCompleteRunnable, animationEndStyle, in animateView() 636 final int animationEndStyle, View anchorView) { in animateView() argument 663 switch (animationEndStyle) { in animateView()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | DragLayer.java | 537 float scaleX, float scaleY, int animationEndStyle, Runnable onFinishRunnable, in animateViewIntoPosition() argument 545 onFinishRunnable, animationEndStyle, duration, null); in animateViewIntoPosition() 623 int animationEndStyle, int duration, View anchorView) { in animateViewIntoPosition() argument 628 null, null, onCompleteRunnable, animationEndStyle, anchorView); in animateViewIntoPosition() 656 final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) { in animateView() argument 719 animateView(view, updateCb, duration, interpolator, onCompleteRunnable, animationEndStyle, in animateView() 725 final int animationEndStyle, View anchorView) { in animateView() argument 752 switch (animationEndStyle) { in animateView()
|