Searched defs:animationEndStyle (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DDragLayer.java459 float scaleX, float scaleY, int animationEndStyle, Runnable onFinishRunnable,
467 onFinishRunnable, animationEndStyle, duration, null);
536 int animationEndStyle, int duration, View anchorView) {
541 null, null, onCompleteRunnable, animationEndStyle, anchorView);
569 final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) {
630 animateView(view, updateCb, duration, interpolator, onCompleteRunnable, animationEndStyle,
636 final int animationEndStyle, View anchorView) {
663 switch (animationEndStyle) {
458 animateViewIntoPosition(DragView dragView, final int[] pos, float alpha, float scaleX, float scaleY, int animationEndStyle, Runnable onFinishRunnable, int duration) argument
533 animateViewIntoPosition(final DragView view, final int fromX, final int fromY, final int toX, final int toY, float finalAlpha, float initScaleX, float initScaleY, float finalScaleX, float finalScaleY, Runnable onCompleteRunnable, int animationEndStyle, int duration, View anchorView) argument
565 animateView(final DragView view, final Rect from, final Rect to, final float finalAlpha, final float initScaleX, final float initScaleY, final float finalScaleX, final float finalScaleY, int duration, final Interpolator motionInterpolator, final Interpolator alphaInterpolator, final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) argument
634 animateView(final DragView view, AnimatorUpdateListener updateCb, int duration, TimeInterpolator interpolator, final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) argument
/packages/apps/Launcher3/src/com/android/launcher3/
H A DDragLayer.java532 float scaleX, float scaleY, int animationEndStyle, Runnable onFinishRunnable,
540 onFinishRunnable, animationEndStyle, duration, null);
618 int animationEndStyle, int duration, View anchorView) {
623 null, null, onCompleteRunnable, animationEndStyle, anchorView);
651 final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) {
714 animateView(view, updateCb, duration, interpolator, onCompleteRunnable, animationEndStyle,
720 final int animationEndStyle, View anchorView) {
747 switch (animationEndStyle) {
531 animateViewIntoPosition(DragView dragView, final int[] pos, float alpha, float scaleX, float scaleY, int animationEndStyle, Runnable onFinishRunnable, int duration) argument
615 animateViewIntoPosition(final DragView view, final int fromX, final int fromY, final int toX, final int toY, float finalAlpha, float initScaleX, float initScaleY, float finalScaleX, float finalScaleY, Runnable onCompleteRunnable, int animationEndStyle, int duration, View anchorView) argument
647 animateView(final DragView view, final Rect from, final Rect to, final float finalAlpha, final float initScaleX, final float initScaleY, final float finalScaleX, final float finalScaleY, int duration, final Interpolator motionInterpolator, final Interpolator alphaInterpolator, final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) argument
718 animateView(final DragView view, AnimatorUpdateListener updateCb, int duration, TimeInterpolator interpolator, final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) argument

Completed in 145 milliseconds