Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DDragLayer.java459 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/
DDragLayer.java555 float scaleX, float scaleY, int animationEndStyle, Runnable onFinishRunnable, in animateViewIntoPosition() argument
563 onFinishRunnable, animationEndStyle, duration, null); in animateViewIntoPosition()
641 int animationEndStyle, int duration, View anchorView) { in animateViewIntoPosition() argument
646 null, null, onCompleteRunnable, animationEndStyle, anchorView); in animateViewIntoPosition()
674 final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) { in animateView() argument
736 animateView(view, updateCb, duration, interpolator, onCompleteRunnable, animationEndStyle, in animateView()
742 final int animationEndStyle, View anchorView) { in animateView() argument
768 switch (animationEndStyle) { in animateView()