Home | History | Annotate | Download | only in launcher3

Lines Matching defs:animateViewIntoPosition

532     public void animateViewIntoPosition(DragView dragView, final View child) {
533 animateViewIntoPosition(dragView, child, null, null);
536 public void animateViewIntoPosition(DragView dragView, final int[] pos, float alpha,
544 animateViewIntoPosition(dragView, fromX, fromY, pos[0], pos[1], alpha, 1, 1, scaleX, scaleY,
548 public void animateViewIntoPosition(DragView dragView, final View child,
550 animateViewIntoPosition(dragView, child, -1, onFinishAnimationRunnable, anchorView);
553 public void animateViewIntoPosition(DragView dragView, final View child, int duration,
616 animateViewIntoPosition(dragView, fromX, fromY, toX, toY, 1, 1, 1, toScale, toScale,
620 public void animateViewIntoPosition(final DragView view, final int fromX, final int fromY,